ApiOrderActionResponseDTO¶
stonepy.models.ApiOrderActionResponseDTO.ApiOrderActionResponseDTO
¶
Bases: ResponseModel
Response to an order request.
actioned_order_id
class-attribute
instance-attribute
¶
Actioned Order ID.
actioning_order_id
class-attribute
instance-attribute
¶
Actioning Order ID.
quantity
class-attribute
instance-attribute
¶
Quantity.
profit_and_loss
class-attribute
instance-attribute
¶
Profit or Loss.
profit_and_loss_currency
class-attribute
instance-attribute
¶
Profit or Loss Currency.
order_action_type_id
class-attribute
instance-attribute
¶
Indicates the action performed by the order, for example: partial close, fully close and so on. The table of lookup codes can be found at API Code Lookup Values .