LevelQuotingStrategy

StockSharp.Algo.Strategies.Quoting

The quoting by specified level in the order book.

Erbt von: QuotingStrategy

Konstruktoren

LevelQuotingStrategy()

Initializes a new instance of the LevelQuotingStrategy.

Eigenschaften

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.

Methoden

CreateBehavior() : IQuotingBehavior

Create IQuotingBehavior.

Rückgabe: IQuotingBehavior