Class LocalProtectiveBehaviourFactory
- Namespace
- StockSharp.Algo.Strategies.Protective
- Assembly
- StockSharp.Algo.dll
IProtectiveBehaviourFactory uses local (=emulated) stop-orders.
public class LocalProtectiveBehaviourFactory : IProtectiveBehaviourFactory
- Inheritance
-
LocalProtectiveBehaviourFactory
- Implements
- Inherited Members
- Extension Methods
Constructors
LocalProtectiveBehaviourFactory(decimal?, int?)
Initializes a new instance of the LocalProtectiveBehaviourFactory.
public LocalProtectiveBehaviourFactory(decimal? priceStep, int? decimals)