Skip to content

HistoricalOrdersResponseDTO

stonepy.models.HistoricalOrdersResponseDTO.HistoricalOrdersResponseDTO

Bases: ResponseModel

All service calls and DTOs related to Predicted Markets are for internal StoneX use only. Response to a GetHistoricalOrders call containing the list of historical orders.

historical_orders class-attribute instance-attribute

historical_orders: list[HistoricalOrderDTO] | None = Field(
    default=None, alias="HistoricalOrders"
)

The list of historical orders.