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