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.

メソッド

CreateBehavior() : IQuotingBehavior

Create IQuotingBehavior.

戻り値: IQuotingBehavior

OnStarted2(DateTime)

The method is called when the Start method has been called and the ProcessState state has been taken the Started value.