Class MarketQuotingBehavior
- Namespace
- StockSharp.Algo.Strategies.Quoting
- Assembly
- StockSharp.Algo.dll
Quoting behavior based on market price with configurable offset and type.
public class MarketQuotingBehavior : IQuotingBehavior- Inheritance
- 
      
      MarketQuotingBehavior
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the MarketQuotingBehavior class.
Constructors
MarketQuotingBehavior(Unit, Unit, MarketPriceTypes)
Quoting behavior based on market price with configurable offset and type.
public MarketQuotingBehavior(Unit priceOffset, Unit bestPriceOffset, MarketPriceTypes priceType = MarketPriceTypes.Following)Parameters
- priceOffsetUnit
- The price offset from the best quote. 
- bestPriceOffsetUnit
- The minimum deviation triggering order adjustment. 
- priceTypeMarketPriceTypes
- The type of market price to use. 
Remarks
Initializes a new instance of the MarketQuotingBehavior class.