BestByPriceQuotingStrategy
StockSharp.Algo.Strategies.Quoting
A citação pelo melhor preço. Para esta citação, é indicada a mudança do melhor preço BestPriceOffset, na qual a ordem citada pode ser alterada.
Herda de: QuotingStrategy
Construtores
BestByPriceQuotingStrategy
public BestByPriceQuotingStrategy()
bestByPriceQuotingStrategy = BestByPriceQuotingStrategy()
Inicializa uma nova instância do BestByPriceQuotingStrategy.
Propriedades
BestPriceOffset
public Unit BestPriceOffset { get; set; }
value = bestByPriceQuotingStrategy.BestPriceOffset
bestByPriceQuotingStrategy.BestPriceOffset = value
A mudança do melhor preço, em que a ordem citada pode ser alterada.
Métodos
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = bestByPriceQuotingStrategy.CreateBehavior()
Criar IQuotingBehavior.
Retorna: IQuotingBehavior