LastTradeQuotingStrategy
StockSharp.Algo.Strategies.Quoting
The quoting by the last trade price.
Inherits: BestByPriceQuotingStrategy
Constructors
LastTradeQuotingStrategy
public LastTradeQuotingStrategy()
lastTradeQuotingStrategy = LastTradeQuotingStrategy()
Initializes a new instance of the LastTradeQuotingStrategy.
Methods
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = lastTradeQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
Returns: IQuotingBehavior