WsQuote
StockSharp.Ws
WsQuote.
Eigenschaften
Action
public QuoteChangeActions? Action { get; set; }
value = wsQuote.Action
wsQuote.Action = value
Drahtfeld a.
Condition
public string Condition { get; set; }
value = wsQuote.Condition
wsQuote.Condition = value
Drahtfeld kond.
EndPosition
public int? EndPosition { get; set; }
value = wsQuote.EndPosition
wsQuote.EndPosition = value
Drahtfeld e.
OrdersCount
public int? OrdersCount { get; set; }
value = wsQuote.OrdersCount
wsQuote.OrdersCount = value
Drahtfeld cnt.
StartPosition
public int? StartPosition { get; set; }
value = wsQuote.StartPosition
wsQuote.StartPosition = value
Drahtfeld s.
Volume
public decimal Volume { get; set; }
value = wsQuote.Volume
wsQuote.Volume = value
Drahtfeld v.
Methoden
FromArray
public static WsQuote[] FromArray(QuoteChange[] quotes)
result = WsQuote.FromArray(quotes)
FromArray.
ToArray
public static QuoteChange[] ToArray(WsQuote[] quotes)
result = WsQuote.ToArray(quotes)
ToArray.