EnrichedOrderDTO¶
stonepy.models.EnrichedOrderDTO.EnrichedOrderDTO
¶
Bases: ResponseModel
Information about enriched order.
market_id
class-attribute
instance-attribute
¶
The unique identifier for the market
market_name
class-attribute
instance-attribute
¶
The market name
order_direction_id
class-attribute
instance-attribute
¶
The order direction identifier
order_type_id
class-attribute
instance-attribute
¶
Order type identifier. The table of lookup codes can be found at Lookup Values
quantity
class-attribute
instance-attribute
¶
The current size of an order
level
class-attribute
instance-attribute
¶
Information about level
order_expiry_id
class-attribute
instance-attribute
¶
Order expiry identifier
expiry_date_time_utc
class-attribute
instance-attribute
¶
The time that the order expires
order_id
class-attribute
instance-attribute
¶
Order identifier
status_id
class-attribute
instance-attribute
¶
Status identifier
currency_id
class-attribute
instance-attribute
¶
Currency identifier
request_id
class-attribute
instance-attribute
¶
Request identifier
client_account_id
class-attribute
instance-attribute
¶
Client account identifier
tax
class-attribute
instance-attribute
¶
Tax information
commission
class-attribute
instance-attribute
¶
Commission
order_reason_id
class-attribute
instance-attribute
¶
Order reason identifier
reason_text
class-attribute
instance-attribute
¶
Information about reason
execution_policy_id
class-attribute
instance-attribute
¶
Execution policy identifier
transaction_id
class-attribute
instance-attribute
¶
Transaction identifier
fx_conversion_charge
class-attribute
instance-attribute
¶
Fx conversion charge
fill_level
class-attribute
instance-attribute
¶
Fill level
request_type_id
class-attribute
instance-attribute
¶
Request type identifier
version
class-attribute
instance-attribute
¶
Version identifier
order_value
class-attribute
instance-attribute
¶
The value of an order
total_value
class-attribute
instance-attribute
¶
The total value
last_changed_date_time_utc
class-attribute
instance-attribute
¶
last_changed_date_time_utc: StoneXDateTime | None = Field(
default=None, alias="LastChangedDateTimeUtc"
)
The date and time when the order was last changed, or executed.