QuoteChange
StockSharp.Messages
入札や依頼を表す市場深度引用。
コンストラクター
QuoteChange
public QuoteChange(decimal price, decimal volume, int? ordersCount, QuoteConditions condition)
quoteChange = QuoteChange(price, volume, ordersCount, condition)
入札や依頼を表す市場深度引用。
- price
- 引用価格。
- volume
- 引用の容積。
- ordersCount
- 注文数。
- condition
- 引用条件。
プロパティ
Action
public QuoteChangeActions? Action { get; set; }
value = quoteChange.Action
quoteChange.Action = value
アクションを変更します。
BoardCode
public string BoardCode { get; set; }
value = quoteChange.BoardCode
quoteChange.BoardCode = value
電子ボードコード。
Condition
public QuoteConditions Condition { get; set; }
value = quoteChange.Condition
quoteChange.Condition = value
引用条件。
EndPosition
public int? EndPosition { get; set; }
value = quoteChange.EndPosition
quoteChange.EndPosition = value
アクションに関連するエンドポイントの位置。
InnerQuotes
public QuoteChange[] InnerQuotes { get; set; }
value = quoteChange.InnerQuotes
quoteChange.InnerQuotes = value
封じられた引用のコレクションは、単一の引用符に結合されます。
OrdersCount
public int? OrdersCount { get; set; }
value = quoteChange.OrdersCount
quoteChange.OrdersCount = value
注文数。
StartPosition
public int? StartPosition { get; set; }
value = quoteChange.StartPosition
quoteChange.StartPosition = value
アクションに関連するポジションをスタートします。
Volume
public decimal Volume { get; set; }
value = quoteChange.Volume
quoteChange.Volume = value
引用の容積。
メソッド
ToString
public override string ToString()
result = quoteChange.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。