MarketQuotingStrategy
StockSharp.Algo.Strategies.Quoting
市场价格的引用。
继承自: BestByPriceQuotingStrategy
构造函数
MarketQuotingStrategy
public MarketQuotingStrategy()
marketQuotingStrategy = MarketQuotingStrategy()
初始化了 & ##MarketQuotingStrategy+#的新实例.
属性
PriceOffset
public Unit PriceOffset { get; set; }
value = marketQuotingStrategy.PriceOffset
marketQuotingStrategy.PriceOffset = value
登记订单的价格变动,它决定了从最佳报价(购买时加到价格后,出售时减到)的变动幅度。
PriceType
public MarketPriceTypes PriceType { get; set; }
value = marketQuotingStrategy.PriceType
marketQuotingStrategy.PriceType = value
市场价格类型。 默认值如下 。
方法
CreateBehavior
protected override IQuotingBehavior CreateBehavior()
result = marketQuotingStrategy.CreateBehavior()
Create IQuotingBehavior.
返回值: IQuotingBehavior