LevelQuotingStrategy

StockSharp.Algo.Strategies.Quoting

The quoting by specified level in the order book.

継承元: QuotingStrategy

コンストラクター

LevelQuotingStrategy()

Initializes a new instance of the LevelQuotingStrategy.

プロパティ

Level : Range<int>

The level in the order book. It specifies the number of quotes to the deep from the best one. By default, it is equal to {0:0} which means quoting by the best quote.

OwnLevel : bool

To create your own price level in the order book, if there is no quote with necessary price yet. The default is disabled.

メソッド

CreateBehavior() : IQuotingBehavior

Create IQuotingBehavior.

戻り値: IQuotingBehavior