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