Skip to content

PendingOrdersResponseDTO

stonepy.models.PendingOrdersResponseDTO.PendingOrdersResponseDTO

Bases: ResponseModel

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

pending_orders class-attribute instance-attribute

pending_orders: list[PendingOrderDTO] | None = Field(
    default=None, alias="PendingOrders"
)

The list of pending orders.