MarketQuotingBehavior
StockSharp.Algo.Strategies.Quoting
Quoting behavior based on market price with configurable offset and type.
Implements: IQuotingBehavior
Constructors
MarketQuotingBehavior
public MarketQuotingBehavior(Unit priceOffset, Unit bestPriceOffset, MarketPriceTypes priceType)
marketQuotingBehavior = MarketQuotingBehavior(priceOffset, bestPriceOffset, priceType)
Quoting behavior based on market price with configurable offset and type.
- priceOffset
- The price offset from the best quote.
- bestPriceOffset
- The minimum deviation triggering order adjustment.
- priceType
- The type of market price to use.