Show / Hide Table of Contents

Class TopOrderBook

Inheritance
System.Object
TopOrderBook
Namespace: FFT.Binance
Assembly: FFT.Binance.dll
Syntax
public sealed class TopOrderBook : object

Constructors

| Improve this Doc View Source

TopOrderBook(String, Decimal, Decimal, Decimal, Decimal)

Declaration
public TopOrderBook(string symbol, decimal bidPrice, decimal bidQty, decimal askPrice, decimal askQty)
Parameters
Type Name Description
System.String symbol
System.Decimal bidPrice
System.Decimal bidQty
System.Decimal askPrice
System.Decimal askQty

Properties

| Improve this Doc View Source

AskPrice

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

AskQty

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

BidPrice

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

BidQty

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

Symbol

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