WsCandle
StockSharp.Ws
Wire DTO for CandleMessage.
Properties
ClosePrice
public decimal ClosePrice { get; set; }
value = wsCandle.ClosePrice
wsCandle.ClosePrice = value
Wire field C.
CloseTime
public DateTime CloseTime { get; set; }
value = wsCandle.CloseTime
wsCandle.CloseTime = value
Wire field close (unix microseconds).
DownTicks
public int? DownTicks { get; set; }
value = wsCandle.DownTicks
wsCandle.DownTicks = value
Wire field dt.
HighPrice
public decimal HighPrice { get; set; }
value = wsCandle.HighPrice
wsCandle.HighPrice = value
Wire field H.
LowPrice
public decimal LowPrice { get; set; }
value = wsCandle.LowPrice
wsCandle.LowPrice = value
Wire field L.
OpenInterest
public decimal? OpenInterest { get; set; }
value = wsCandle.OpenInterest
wsCandle.OpenInterest = value
Wire field oi.
OpenPrice
public decimal OpenPrice { get; set; }
value = wsCandle.OpenPrice
wsCandle.OpenPrice = value
Wire field O.
OpenTime
public DateTime OpenTime { get; set; }
value = wsCandle.OpenTime
wsCandle.OpenTime = value
Wire field open (unix microseconds).
OriginalTransactionId
public long OriginalTransactionId { get; set; }
value = wsCandle.OriginalTransactionId
wsCandle.OriginalTransactionId = value
Wire field originalTransactionId.
PriceLevels
public WsCandlePriceLevel[] PriceLevels { get; set; }
value = wsCandle.PriceLevels
wsCandle.PriceLevels = value
Wire field levels.
SecurityId
public WsSecurityId SecurityId { get; set; }
value = wsCandle.SecurityId
wsCandle.SecurityId = value
Wire field securityId.
SeqNum
public long? SeqNum { get; set; }
value = wsCandle.SeqNum
wsCandle.SeqNum = value
Wire field sn.
State
public CandleStates? State { get; set; }
value = wsCandle.State
wsCandle.State = value
Wire field state.
TotalTicks
public int? TotalTicks { get; set; }
value = wsCandle.TotalTicks
wsCandle.TotalTicks = value
Wire field tt.
TotalVolume
public decimal TotalVolume { get; set; }
value = wsCandle.TotalVolume
wsCandle.TotalVolume = value
Wire field V.
UpTicks
public int? UpTicks { get; set; }
value = wsCandle.UpTicks
wsCandle.UpTicks = value
Wire field ut.