MarketQuotingStrategy
StockSharp.Algo.Strategies.Quoting
The quoting by the market price.
Inherits: BestByPriceQuotingStrategy
Constructors
MarketQuotingStrategy
public MarketQuotingStrategy()
marketQuotingStrategy = MarketQuotingStrategy()
Initializes a new instance of the MarketQuotingStrategy.
Properties
PriceOffset
public Unit PriceOffset { get; set; }
value = marketQuotingStrategy.PriceOffset
marketQuotingStrategy.PriceOffset = value
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
public MarketPriceTypes PriceType { get; set; }
value = marketQuotingStrategy.PriceType
marketQuotingStrategy.PriceType = value
The market price type. The default value is Following.
Methods
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = marketQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
Returns: IQuotingBehavior