Struct BookItem
Namespace: FFT.BTCMarkets
Assembly: FFT.BTCMarkets.dll
Syntax
public struct BookItem
Properties
| Improve this Doc View SourceCount
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Price
Declaration
public decimal Price { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |
Qty
Declaration
public decimal Qty { get; }
Property Value
| Type | Description |
|---|---|
| System.Decimal |