Show / Hide Table of Contents

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 Source

PriceQty(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 Source

Price

The price of the order book entry.

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

Qty

The qty of the order book entry.

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