Class PriceQty
A component of an order book.
Inheritance
System.Object
PriceQty
Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public sealed class PriceQty : object
Constructors
| Improve this Doc View SourcePriceQty(Decimal, Decimal)
Initializes a new instance of the PriceQty class.
Declaration
public PriceQty(decimal price, decimal qty)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Decimal | price | |
| System.Decimal | qty |
Properties
| Improve this Doc View SourcePrice
The price of the order book entry.
Declaration
public decimal Price { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
Qty
The qty of the order book entry.
Declaration
public decimal Qty { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |