WsTransaction
Wire DTO for ExecutionMessage in the Transaction form — the richest of the three. Server→client (echo of client-submitted orders and any downstream updates).
Eigenschaften
AveragePrice : decimal?
Wire field averagePrice.
BrokerCode : string
Wire field broker.
ClientCode : string
Wire field client.
Commission : decimal?
Wire field commission.
CommissionCurrency : string
Wire field commissionCurrency.
Currency : CurrencyTypes?
Wire field currency.
IsCancelled : bool
Wire field isCancelled.
IsMarketMaker : bool?
Wire field isMarketMaker.
IsTrailing : bool?
Wire field isTrailing.
LimitPrice : decimal?
Wire field limitPrice.
MarginMode : MarginModes?
Wire field marginMode.
MarketPrice : decimal?
Wire field marketPrice.
OpenInterest : decimal?
Wire field openInterest.
OrderPrice : decimal
Wire field orderPrice.
OrderState : OrderStates?
Wire field orderState.
OrderStatus : long?
Wire field orderStatus.
OrderType : OrderTypes?
Wire field orderType.
OrderVolume : decimal?
Wire field orderVolume.
OriginalTransactionId : long
Wire field originalTransactionId.
OriginSide : Sides?
Wire field originSide.
PortfolioName : string
Wire field acc.
PositionEffect : OrderPositionEffects?
Wire field positionEffect.
SecurityId : WsSecurityId
Wire field securityId.
ServerTime : DateTime
Wire field s.
StrategyId : string
Wire field strategyId.
TradePrice : decimal?
Wire field tradePrice.
TradeStatus : long?
Wire field tradeStatus.
TradeVolume : decimal?
Wire field tradeVolume.
TrailingOffset : decimal?
Wire field trailingOffset.
TransactionId : long
Wire field transactionId.
UserOrderId : string
Wire field userOrderId.
VisibleVolume : decimal?
Wire field visibleVolume.
Methoden
From(ExecutionMessage) : WsTransaction
From.
ToMessage() : ExecutionMessage
ToMessage.