Skip to content

ApiUserTradingAccountDTO

stonepy.models.ApiUserTradingAccountDTO.ApiUserTradingAccountDTO

Bases: ResponseModel

Represents a CI Connect user's trading accounts. Note: for use of the CI Connect social trading platform.

trading_account_id class-attribute instance-attribute

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

Internal identifier used to uniquely identify the trading account.

trading_account_code class-attribute instance-attribute

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

The trading account code - can be used to login to the trading API.