Skip to content

ApiFreeCashToTradeResponseDTO

stonepy.models.ApiFreeCashToTradeResponseDTO.ApiFreeCashToTradeResponseDTO

Bases: ResponseModel

The response to the query for available free cash in the client account that can be used to trade.

free_cash_to_trade class-attribute instance-attribute

free_cash_to_trade: Decimal | None = Field(
    default=None, alias="FreeCashToTrade"
)

The calculated amount of free cash available in the client account that can be used to place the trade.

live_mid_price_used class-attribute instance-attribute

live_mid_price_used: Decimal | None = Field(
    default=None, alias="LiveMidPriceUsed"
)

The live market mid price used to calculate the free cash.