ApiTraderDetailsDTO¶
stonepy.models.ApiTraderDetailsDTO.ApiTraderDetailsDTO
¶
Bases: ResponseModel
Details of a CI Connect user that was involved in a community action. Note: for use of the CI Connect social trading platform.
client_account_id
class-attribute
instance-attribute
¶
The client account ID associated with the CI Connect user.
screen_name
class-attribute
instance-attribute
¶
The CI Connect screen/user name.
number_of_followers
class-attribute
instance-attribute
¶
The number of other CI Connect users following this trader.
average_trade_length
class-attribute
instance-attribute
¶
The current average trade length (in seconds) for this user.
avatar_url
class-attribute
instance-attribute
¶
The URL path to the image file used as the graphic avatar for this CI Connect user.
last_traded_market_underlying_type
class-attribute
instance-attribute
¶
last_traded_market_underlying_type: str | None = Field(
default=None, alias="LastTradedMarketUnderlyingType"
)
Description of the market type. This can be 'Option Market', 'Ordinary Market', or 'Binary Market'.
last_traded_market_id
class-attribute
instance-attribute
¶
The unique identifier for the last market traded by the user.
last_traded_market
class-attribute
instance-attribute
¶
The name of the last traded market.
date_last_trade_placed
class-attribute
instance-attribute
¶
The date and time of the last trade placed by this user.
number_of_traders_followed
class-attribute
instance-attribute
¶
The number of other CI Connect users following this trader.
is_following
class-attribute
instance-attribute
¶
Boolean true/false flag indicating if this trader is following the viewing user.