OrderHistoryDTO¶
stonepy.models.OrderHistoryDTO.OrderHistoryDTO
¶
Bases: ResponseModel
Information about order history.
market_id
class-attribute
instance-attribute
¶
The unique identifier for the market
market_name
class-attribute
instance-attribute
¶
The market name
created_date_time_utc
class-attribute
instance-attribute
¶
created_date_time_utc: Timestamp | None = Field(
default=None, alias="CreatedDateTimeUtc"
)
The date and time the order was created
direction_id
class-attribute
instance-attribute
¶
The direction, Buy or Sell
original_quantity
class-attribute
instance-attribute
¶
The original size of the order before user modification.
trigger_price
class-attribute
instance-attribute
¶
The marked to market price at which the order will trigger at
expiry_type_id
class-attribute
instance-attribute
¶
The unique identifier for the market
expiry
class-attribute
instance-attribute
¶
expiry: Timestamp | None = Field(
default=None, alias="Expiry"
)
The date and time when the order expires
status_id
class-attribute
instance-attribute
¶
Status ID of order (as represented in the trading system) . The table of lookup codes can be found at Lookup Values .
order_type_id
class-attribute
instance-attribute
¶
The type of the order: trade, stop or limit. The table of lookup codes can be found at Lookup Values
currency_id
class-attribute
instance-attribute
¶
The trade currency identifier
order_id
class-attribute
instance-attribute
¶
The unique identifier for the order
filled_quantity
class-attribute
instance-attribute
¶
The filled quantity of a product
client_account_id
class-attribute
instance-attribute
¶
The identifier of the Client Account associated with the order
execution_policy_id
class-attribute
instance-attribute
¶
Execution policy identifier
fill_level
class-attribute
instance-attribute
¶
The fill level