Skip to content

ApiFollowedDTO

stonepy.models.ApiFollowedDTO.ApiFollowedDTO

Bases: ResponseModel

List entry for ApiUserFollowedUsersDTO . Contains the screen name and account ID of a CI Connect secondary follower who is following another CI Connect user (primary follower) that is following yet another CI Connect trader. Note: for use of the CI Connect social trading platform.

client_account_id class-attribute instance-attribute

client_account_id: int | None = Field(
    default=None, alias="ClientAccountId"
)

The account ID for the secondary CI Connect follower.

screen_name class-attribute instance-attribute

screen_name: str | None = Field(
    default=None, alias="ScreenName"
)

The CI Connect screen name for the user.