WsCandle

StockSharp.Ws

Wire DTO for CandleMessage.

プロパティ

ClosePrice : decimal

Wire field C.

CloseTime : DateTime

Wire field close (unix microseconds).

DownTicks : int?

Wire field dt.

HighPrice : decimal

Wire field H.

LowPrice : decimal

Wire field L.

OpenInterest : decimal?

Wire field oi.

OpenPrice : decimal

Wire field O.

OpenTime : DateTime

Wire field open (unix microseconds).

OriginalTransactionId : long

Wire field originalTransactionId.

PriceLevels : WsCandlePriceLevel[]

Wire field levels.

SecurityId : WsSecurityId

Wire field securityId.

SeqNum : long?

Wire field sn.

State : CandleStates?

Wire field state.

TotalTicks : int?

Wire field tt.

TotalVolume : decimal

Wire field V.

UpTicks : int?

Wire field ut.

メソッド