Skip to content

SaveMarketInformationRequestDTO

stonepy.models.SaveMarketInformationRequestDTO.SaveMarketInformationRequestDTO

Bases: RequestModel

Save market information request for a list of markets.

market_information class-attribute instance-attribute

market_information: (
    list[ApiMarketInformationSaveDTO] | None
) = Field(default=None, alias="MarketInformation")

The list of market information objects to be saved.

trading_account_id class-attribute instance-attribute

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

The trading account on which the market information objects should be saved.