Skip to content

ManagedTradingAccountDTO

stonepy.models.ManagedTradingAccountDTO.ManagedTradingAccountDTO

Bases: ResponseModel

A trading account for a client managed by a Trading Advisor.

trading_account_id class-attribute instance-attribute

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

The identifier of the client trading account.

trading_account_code class-attribute instance-attribute

trading_account_code: str | None = Field(
    default=None, alias="TradingAccountCode"
)

The code of the trading account.

trading_account_name class-attribute instance-attribute

trading_account_name: str | None = Field(
    default=None, alias="TradingAccountName"
)

The name of the trading account.

product_type_id class-attribute instance-attribute

product_type_id: int | None = Field(
    default=None, alias="ProductTypeId"
)

The identifier of the type of products that can be traded from the account: 1 - Spread Betting, 2 - CFD.