QuotingInput
StockSharp.Algo.Strategies.Quoting
引用エンジンの入力データ。
プロパティ
Asks
public QuoteChange[] Asks { get; set; }
value = quotingInput.Asks
quotingInput.Asks = value
注文書から引用を依頼する。
BestAskPrice
public decimal? BestAskPrice { get; set; }
value = quotingInput.BestAskPrice
quotingInput.BestAskPrice = value
注文書からベストプライスを尋ねます。
BestBidPrice
public decimal? BestBidPrice { get; set; }
value = quotingInput.BestBidPrice
quotingInput.BestBidPrice = value
注文書から最高の入札価格。
Bids
public QuoteChange[] Bids { get; set; }
value = quotingInput.Bids
quotingInput.Bids = value
注文書からの入札引用。
CurrentOrder
public OrderState CurrentOrder { get; set; }
value = quotingInput.CurrentOrder
quotingInput.CurrentOrder = value
現在の注文状態(もしあれば)。
CurrentTime
public DateTime CurrentTime { get; set; }
value = quotingInput.CurrentTime
quotingInput.CurrentTime = value
現行時刻
IsCancellationAllowed
public bool IsCancellationAllowed { get; set; }
value = quotingInput.IsCancellationAllowed
quotingInput.IsCancellationAllowed = value
キャンセルは可能です。
IsTradingAllowed
public bool IsTradingAllowed { get; set; }
value = quotingInput.IsTradingAllowed
quotingInput.IsTradingAllowed = value
取引が許可されているかどうか。
LastTradePrice
public decimal? LastTradePrice { get; set; }
value = quotingInput.LastTradePrice
quotingInput.LastTradePrice = value
最後の取引価格。
LastTradeVolume
public decimal? LastTradeVolume { get; set; }
value = quotingInput.LastTradeVolume
quotingInput.LastTradeVolume = value
最後の取引量。
Position
public decimal Position { get; set; }
value = quotingInput.Position
quotingInput.Position = value
現在の位置。