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)
Присоединяйтесь к двум CandlePriceLevel.
- other
- Вторая часть.
Возвращает: Присоединился к CandlePriceLevel.
ToString
public override string ToString()
result = candlePriceLevel.ToString()
Преобразовать к строковому представлению.
Возвращает: Строковое представление.