Skip to content

ListActiveOrdersRequestDTO

stonepy.models.ListActiveOrdersRequestDTO.ListActiveOrdersRequestDTO

Bases: RequestModel

Contains the request for a ListActiveOrders query.

trading_account_id class-attribute instance-attribute

trading_account_id: int = Field(alias='TradingAccountId')

The field is mandatory. If specified, the request fetches orders for this trading account.

max_results class-attribute instance-attribute

max_results: int = Field(alias='MaxResults')

The maximum number of results to return.