WsTick

StockSharp.Ws

Wire DTO for ExecutionMessage in the Ticks form — broadcasts a single anonymous trade on a security.

Свойства

Currency : CurrencyTypes?

Wire field cur.

Id : string

Wire field id.

IsUpTick : bool?

Wire field up.

LocalTime : DateTime

Wire field l.

OpenInterest : decimal?

Wire field oi.

OrderBuyId : long?

Wire field buy.

OrderSellId : long?

Wire field sell.

OriginalTransactionId : long?

Wire field originalTransactionId.

Price : decimal?

Wire field p.

SecurityId : WsSecurityId

Wire field securityId.

SeqNum : long?

Wire field sn.

ServerTime : DateTime

Wire field s.

Side : Sides?

Wire field side.

Volume : decimal?

Wire field v.

Yield : decimal?

Wire field yield.

Методы

ToMessage() : ExecutionMessage

ToMessage.