Show / Hide Table of Contents

Struct BookItem

Namespace: FFT.BTCMarkets
Assembly: FFT.BTCMarkets.dll
Syntax
public struct BookItem

Properties

| Improve this Doc View Source

Count

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Price

Declaration
public decimal Price { get; }
Property Value
Type Description
System.Decimal
| Improve this Doc View Source

Qty

Declaration
public decimal Qty { get; }
Property Value
Type Description
System.Decimal
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX