GetAllTradesWallResponseDTO¶
stonepy.models.GetAllTradesWallResponseDTO.GetAllTradesWallResponseDTO
¶
Bases: ResponseModel
Response to the CI Connect social trading platform GetAllTradesWall method call. Contains a list of all the latest trading activity for members of the CI Connect community.
trade_actions
class-attribute
instance-attribute
¶
trade_actions: list[ApiTradeActionDTO] | None = Field(
default=None, alias="TradeActions"
)
List providing the details of each trade.