WsQuote
StockSharp.Ws
WsQuote.
属性
Action
public QuoteChangeActions? Action { get; set; }
value = wsQuote.Action
wsQuote.Action = value
电线场 a.
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.
StartPosition
public int? StartPosition { get; set; }
value = wsQuote.StartPosition
wsQuote.StartPosition = value
电线场 s.
方法
FromArray
public static WsQuote[] FromArray(QuoteChange[] quotes)
result = WsQuote.FromArray(quotes)
FromArray.
ToArray
public static QuoteChange[] ToArray(WsQuote[] quotes)
result = WsQuote.ToArray(quotes)
ToArray.