Skip to content

ListMarketInformationRequestDTO

stonepy.models.ListMarketInformationRequestDTO.ListMarketInformationRequestDTO

Bases: ResponseModel

Get market information request for a list of markets.

market_ids class-attribute instance-attribute

market_ids: list[int] | None = Field(
    default=None, alias="MarketIds"
)

The list of market IDs to get information for.

trading_account_id class-attribute instance-attribute

trading_account_id: int | None = Field(
    default=None, alias="TradingAccountId"
)

Only used with the GTS back-end. The trading Account ID associated with this request.