WsCandle
StockSharp.Ws
Wire DTO for CandleMessage.
Eigenschaften
ClosePrice : decimal
Wire field C.
OpenInterest : decimal?
Wire field oi.
OriginalTransactionId : long
Wire field originalTransactionId.
PriceLevels : WsCandlePriceLevel[]
Wire field levels.
SecurityId : WsSecurityId
Wire field securityId.
State : CandleStates?
Wire field state.
TotalTicks : int?
Wire field tt.
TotalVolume : decimal
Wire field V.
Methoden
From(CandleMessage) : WsCandle
From.
ToMessage() : TimeFrameCandleMessage
ToMessage.