WsQuote
StockSharp.Ws
WsQuote.
Свойства
Action
public QuoteChangeActions? Action { get; set; }
value = wsQuote.Action
wsQuote.Action = value
Проволочное поле а.
Condition
public string Condition { get; set; }
value = wsQuote.Condition
wsQuote.Condition = value
Проводное поле.
EndPosition
public int? EndPosition { get; set; }
value = wsQuote.EndPosition
wsQuote.EndPosition = value
Проволочное поле e.
OrdersCount
public int? OrdersCount { get; set; }
value = wsQuote.OrdersCount
wsQuote.OrdersCount = value
Проволочное поле cnt.
Price
public decimal Price { get; set; }
value = wsQuote.Price
wsQuote.Price = value
Проволочное поле p.
StartPosition
public int? StartPosition { get; set; }
value = wsQuote.StartPosition
wsQuote.StartPosition = value
Проволочное поле s.
Volume
public decimal Volume { get; set; }
value = wsQuote.Volume
wsQuote.Volume = value
Проволочное поле v.
Методы
FromArray
public static WsQuote[] FromArray(QuoteChange[] quotes)
result = WsQuote.FromArray(quotes)
FromArray.
ToArray
public static QuoteChange[] ToArray(WsQuote[] quotes)
result = WsQuote.ToArray(quotes)
ToArray.