WsTransaction

StockSharp.Ws

Wire DTO for ExecutionMessage in the Transaction form — the richest of the three. Server→client (echo of client-submitted orders and any downstream updates).

Свойства

AveragePrice : decimal?

Wire field averagePrice.

Balance : decimal?

Wire field balance.

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.

DepoName : string

Wire field depo.

Error : string

Wire field error.

Initiator : bool?

Wire field initiator.

IsCancelled : bool

Wire field isCancelled.

IsManual : bool?

Wire field isManual.

IsMarketMaker : bool?

Wire field isMarketMaker.

IsOrder : bool

Wire field isOrder.

IsSystem : bool?

Wire field isSystem.

IsTrailing : bool?

Wire field isTrailing.

IsUpTick : bool?

Wire field isUpTick.

Latency : long?

Wire field latency. Microseconds.

Leverage : int?

Wire field leverage.

LimitPrice : decimal?

Wire field limitPrice.

LocalTime : DateTime

Wire field l.

MarginMode : MarginModes?

Wire field marginMode.

MarketPrice : decimal?

Wire field marketPrice.

MinVolume : decimal?

Wire field minVolume.

OpenInterest : decimal?

Wire field openInterest.

OrderId : string

Wire field orderId.

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.

PnL : decimal?

Wire field pnl.

PortfolioName : string

Wire field acc.

Position : decimal?

Wire field position.

PositionEffect : OrderPositionEffects?

Wire field positionEffect.

PostOnly : bool?

Wire field postOnly.

SecurityId : WsSecurityId

Wire field securityId.

SeqNum : long

Wire field sn.

ServerTime : DateTime

Wire field s.

Side : Sides?

Wire field side.

Slippage : decimal?

Wire field slippage.

StopPrice : decimal?

Wire field stopPrice.

StrategyId : string

Wire field strategyId.

TradeId : string

Wire field tradeId.

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.

Yield : decimal?

Wire field yield.

Методы

ToMessage() : ExecutionMessage

ToMessage.