ApiTradeActionDTO¶
stonepy.models.ApiTradeActionDTO.ApiTradeActionDTO
¶
Bases: ResponseModel
List entry for GetAllTradesWallResponseDTO . Contains information about the trades executed by CI Connect members.
trade_action_id
class-attribute
instance-attribute
¶
Identifier that uniquely identifies the trade action.
order_id
class-attribute
instance-attribute
¶
The order identifier.
direction
class-attribute
instance-attribute
¶
Direction of the executed order: Buy or Sell .
quantity
class-attribute
instance-attribute
¶
The size or amount of the executed order.
price
class-attribute
instance-attribute
¶
The price at which the trade/order was executed.
trade_type
class-attribute
instance-attribute
¶
The type of trade: Open , Full Close , Part Close .
market_id
class-attribute
instance-attribute
¶
Identifier of the market that was traded.
market_name
class-attribute
instance-attribute
¶
The name of the traded market.
market_type
class-attribute
instance-attribute
¶
Type of the market traded: Spread , CFD , Option etc.
last_changed_date_time_utc
class-attribute
instance-attribute
¶
last_changed_date_time_utc: StoneXDateTime | None = Field(
default=None, alias="LastChangedDateTimeUTC"
)
Represents the date and time when the order was last changed. Note: does not include things such as the current market price.
client_id
class-attribute
instance-attribute
¶
The user's account identifier.
avatar
class-attribute
instance-attribute
¶
The URL path to the image file used as the graphic avatar for the CI Connect member.
facebook_id
class-attribute
instance-attribute
¶
The user's Facebook identifier.
screen_name
class-attribute
instance-attribute
¶
The registered CI Connect display username.
first_name
class-attribute
instance-attribute
¶
First name od the user who made the trade.
last_name
class-attribute
instance-attribute
¶
Surname of the user who made the trade.
roi
class-attribute
instance-attribute
¶
The return on investment for closing trades.