QuotingInput

StockSharp.Algo.Strategies.Quoting

Input data for the quoting engine.

属性

Asks : QuoteChange[]

Ask quotes from order book.

BestAskPrice : decimal?

Best ask price from order book.

BestBidPrice : decimal?

Best bid price from order book.

Bids : QuoteChange[]

Bid quotes from order book.

CurrentOrder : OrderState

Current order state (if any).

CurrentTime : DateTime

Current time.

IsCancellationAllowed : bool

Whether cancellation is allowed.

IsTradingAllowed : bool

Whether trading is allowed.

LastTradePrice : decimal?

Last trade price.

LastTradeVolume : decimal?

Last trade volume.

Position : decimal

Current position.