CandlePriceLevel

StockSharp.Messages

Preisniveau.

Eigenschaften

BuyCount
public int BuyCount { get; set; }
value = candlePriceLevel.BuyCount
candlePriceLevel.BuyCount = value

Die Anzahl der Gebote.

BuyVolume
public decimal BuyVolume { get; set; }
value = candlePriceLevel.BuyVolume
candlePriceLevel.BuyVolume = value

Das Volumen der Gebote.

BuyVolumes
public IEnumerable<decimal> BuyVolumes { get; set; }
value = candlePriceLevel.BuyVolumes
candlePriceLevel.BuyVolumes = value

Die Sammlung der Gebotsvolumina.

Price
public decimal Price { get; set; }
value = candlePriceLevel.Price
candlePriceLevel.Price = value

Preis.

SellCount
public int SellCount { get; set; }
value = candlePriceLevel.SellCount
candlePriceLevel.SellCount = value

Die Anzahl der Anfragen.

SellVolume
public decimal SellVolume { get; set; }
value = candlePriceLevel.SellVolume
candlePriceLevel.SellVolume = value

Das Volumen der Anfragen.

SellVolumes
public IEnumerable<decimal> SellVolumes { get; set; }
value = candlePriceLevel.SellVolumes
candlePriceLevel.SellVolumes = value

Die Volumensammlung von Fragen.

TotalVolume
public decimal TotalVolume { get; set; }
value = candlePriceLevel.TotalVolume
candlePriceLevel.TotalVolume = value

Das Volumen der Gebote und Anfragen.

Methoden

Join
public CandlePriceLevel Join(CandlePriceLevel other)
result = candlePriceLevel.Join(other)

Treten Sie zwei CandlePriceLevel bei.

other
Zweiter Teil.

Rückgabe: Gesellte sich CandlePriceLevel.

ToString
public override string ToString()
result = candlePriceLevel.ToString()

Konvertieren Sie in eine Liniendarstellung.

Rückgabe: String-Leistung.