WsCandle

StockSharp.Ws

Wire DTO for CandleMessage.

プロパティ

ClosePrice
public decimal ClosePrice { get; set; }
value = wsCandle.ClosePrice
wsCandle.ClosePrice = value

ワイヤー フィールド C.

CloseTime
public DateTime CloseTime { get; set; }
value = wsCandle.CloseTime
wsCandle.CloseTime = value

ワイヤー フィールドの近い(unixのマイクロ秒)。

DownTicks
public int? DownTicks { get; set; }
value = wsCandle.DownTicks
wsCandle.DownTicks = value

ワイヤー フィールド dt。

HighPrice
public decimal HighPrice { get; set; }
value = wsCandle.HighPrice
wsCandle.HighPrice = value

ワイヤー フィールド H.

LowPrice
public decimal LowPrice { get; set; }
value = wsCandle.LowPrice
wsCandle.LowPrice = value

ワイヤー フィールド L.

OpenInterest
public decimal? OpenInterest { get; set; }
value = wsCandle.OpenInterest
wsCandle.OpenInterest = value

ワイヤー フィールド oi。

OpenPrice
public decimal OpenPrice { get; set; }
value = wsCandle.OpenPrice
wsCandle.OpenPrice = value

ワイヤー分野O。

OpenTime
public DateTime OpenTime { get; set; }
value = wsCandle.OpenTime
wsCandle.OpenTime = value

ワイヤーフィールドが開いている(単xマイクロ秒)。

OriginalTransactionId
public long OriginalTransactionId { get; set; }
value = wsCandle.OriginalTransactionId
wsCandle.OriginalTransactionId = value

ワイヤフィールドoriginalTransactionId@

PriceLevels
public WsCandlePriceLevel[] PriceLevels { get; set; }
value = wsCandle.PriceLevels
wsCandle.PriceLevels = value

ワイヤー フィールド レベル。

SecurityId
public WsSecurityId SecurityId { get; set; }
value = wsCandle.SecurityId
wsCandle.SecurityId = value

ワイヤフィールドsecurityId@

SeqNum
public long? SeqNum { get; set; }
value = wsCandle.SeqNum
wsCandle.SeqNum = value

ワイヤー フィールド sn。

State
public CandleStates? State { get; set; }
value = wsCandle.State
wsCandle.State = value

ワイヤー フィールド州。

TotalTicks
public int? TotalTicks { get; set; }
value = wsCandle.TotalTicks
wsCandle.TotalTicks = value

ワイヤー フィールド tt。

TotalVolume
public decimal TotalVolume { get; set; }
value = wsCandle.TotalVolume
wsCandle.TotalVolume = value

ワイヤー分野V.

UpTicks
public int? UpTicks { get; set; }
value = wsCandle.UpTicks
wsCandle.UpTicks = value

ワイヤー フィールド ut。

メソッド

From
public static WsCandle From(CandleMessage msg)
result = WsCandle.From(msg)

から。

ToMessage
public TimeFrameCandleMessage ToMessage()
result = wsCandle.ToMessage()

代表取締役社長 佐藤 浩