Skip to content

ApiFollowerDTO

stonepy.models.ApiFollowerDTO.ApiFollowerDTO

Bases: ResponseModel

List entry for ApiUserFollowersDTO . The entry contains the screen name and account ID of a CI Connect user that is followed by the screen name in the ApiUserFollowersDTO list. 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 CI Connect user who is followed.

screen_name class-attribute instance-attribute

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

The CI Connect screen name for the user who is followed.