WsQuote

StockSharp.Ws

WsQuote.

Properties

Action
public QuoteChangeActions? Action { get; set; }
value = wsQuote.Action
wsQuote.Action = value

Wire field a.

Condition
public string Condition { get; set; }
value = wsQuote.Condition
wsQuote.Condition = value

Wire field cond.

EndPosition
public int? EndPosition { get; set; }
value = wsQuote.EndPosition
wsQuote.EndPosition = value

Wire field e.

OrdersCount
public int? OrdersCount { get; set; }
value = wsQuote.OrdersCount
wsQuote.OrdersCount = value

Wire field cnt.

Price
public decimal Price { get; set; }
value = wsQuote.Price
wsQuote.Price = value

Wire field p.

StartPosition
public int? StartPosition { get; set; }
value = wsQuote.StartPosition
wsQuote.StartPosition = value

Wire field s.

Volume
public decimal Volume { get; set; }
value = wsQuote.Volume
wsQuote.Volume = value

Wire field v.

Methods

FromArray
public static WsQuote[] FromArray(QuoteChange[] quotes)
result = WsQuote.FromArray(quotes)

FromArray.

ToArray
public static QuoteChange[] ToArray(WsQuote[] quotes)
result = WsQuote.ToArray(quotes)

ToArray.