CandlePriceLevel
StockSharp.Messages
价平之会.
属性
BuyCount
public int BuyCount { get; set; }
value = candlePriceLevel.BuyCount
candlePriceLevel.BuyCount = value
出价之数.
BuyVolume
public decimal BuyVolume { get; set; }
value = candlePriceLevel.BuyVolume
candlePriceLevel.BuyVolume = value
出价之量.
BuyVolumes
public IEnumerable<decimal> BuyVolumes { get; set; }
value = candlePriceLevel.BuyVolumes
candlePriceLevel.BuyVolumes = value
出价所收出价之卷.
Price
public decimal Price { get; set; }
value = candlePriceLevel.Price
candlePriceLevel.Price = value
价相相相会.
SellCount
public int SellCount { get; set; }
value = candlePriceLevel.SellCount
candlePriceLevel.SellCount = value
问之数.
SellVolume
public decimal SellVolume { get; set; }
value = candlePriceLevel.SellVolume
candlePriceLevel.SellVolume = value
所问之量.
SellVolumes
public IEnumerable<decimal> SellVolumes { get; set; }
value = candlePriceLevel.SellVolumes
candlePriceLevel.SellVolumes = value
出卷所集出问.
TotalVolume
public decimal TotalVolume { get; set; }
value = candlePriceLevel.TotalVolume
candlePriceLevel.TotalVolume = value
出价之量并出问.
方法
Join
public CandlePriceLevel Join(CandlePriceLevel other)
result = candlePriceLevel.Join(other)
Join two CandlePriceLevel.
- other
- 第二部分 说到这里
返回值: Joined CandlePriceLevel.