HistoricalOrderDTO¶
stonepy.models.HistoricalOrderDTO.HistoricalOrderDTO
¶
Bases: ResponseModel
All service calls and DTOs related to Predicted Markets are for internal StoneX use only. Contains information about the historical orders.
market_name
class-attribute
instance-attribute
¶
The name of the market where the trading signal applies.
rank
class-attribute
instance-attribute
¶
Signal rank.
entry_price
class-attribute
instance-attribute
¶
The entry price at which the order was executed.
exit_price
class-attribute
instance-attribute
¶
The exit price at which the order was closed.
realised_pn_l
class-attribute
instance-attribute
¶
The profit or loss that was achieved.
signal_status
class-attribute
instance-attribute
¶
The status of the signal.
duration
class-attribute
instance-attribute
¶
The signal duration.
order_status
class-attribute
instance-attribute
¶
The status of the signal.
reason
class-attribute
instance-attribute
¶
The OrderStatusReason - see OrderStatusReason Codes .