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
priceOffsetUnitThe price offset from the best quote.
bestPriceOffsetUnitThe minimum deviation triggering order adjustment.
priceTypeMarketPriceTypesThe type of market price to use.
Remarks
Initializes a new instance of the MarketQuotingBehavior class.