MarketQuotingStrategy

StockSharp.Algo.Strategies.Quoting

The quoting by the market price.

継承元: BestByPriceQuotingStrategy

コンストラクター

MarketQuotingStrategy()

Initializes a new instance of the MarketQuotingStrategy.

プロパティ

PriceOffset : Unit

The price shift for the registering order. It determines the amount of shift from the best quote (for the buy it is added to the price, for the sell it is subtracted).

PriceType : MarketPriceTypes

The market price type. The default value is Following.

メソッド

CreateBehavior() : IQuotingBehavior

Create IQuotingBehavior.

戻り値: IQuotingBehavior