ApiConnectUserDetailsDTO¶
stonepy.models.ApiConnectUserDetailsDTO.ApiConnectUserDetailsDTO
¶
Bases: ResponseModel
List entry for ApiCiConnectMultipleUsersDetailsDTO . It contains the data representing a user of the CI Connect system. Note: for use of the CI Connect social trading platform.
user_profile
class-attribute
instance-attribute
¶
user_profile: ApiUserProfileDTO | None = Field(
default=None, alias="UserProfile"
)
The profile information for the user.
user_dynamic_profile_dto
class-attribute
instance-attribute
¶
user_dynamic_profile_dto: (
ApiUserDynamicProfileDTO | None
) = Field(default=None, alias="UserDynamicProfileDTO")
The user's dynamic (calculated details) profile.
user_trading_accounts
class-attribute
instance-attribute
¶
user_trading_accounts: (
list[ApiUserTradingAccountDTO] | None
) = Field(default=None, alias="UserTradingAccounts")
List of the user's trading accounts.
create_date
class-attribute
instance-attribute
¶
The date and time when the user was created in the CI Connect database.
last_changed_date
class-attribute
instance-attribute
¶
The date and time when the user's details were last updated in the CI Connect database.