QuotingStrategy
StockSharp.Algo.Strategies.Quoting
Base quoting strategy class.
Наследует: Strategy
Конструкторы
QuotingStrategy()
Initialize QuotingStrategy.
Свойства
QuotingSide : Sides
Quoting direction.
QuotingVolume : decimal
Total quoting volume.
TimeOut : TimeSpan
The time limit during which the quoting should be fulfilled. If the total volume of QuotingVolume will not be fulfilled by this time, the strategy will stop operating.
UseBidAsk : bool
To use the best bid and ask prices from the order book. If the information in the order book is missed, the processor will not recommend any actions.
UseLastTradePrice : bool
To use the last trade price, if the information in the order book is missed.
Методы
OnStarted2(DateTime)
The method is called when the Start method has been called and the ProcessState state has been taken the Started value.