Show / Hide Table of Contents

Class HistoricalTrade

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

Constructors

| Improve this Doc View Source

HistoricalTrade(Int64, Decimal, Decimal, Decimal, TimeStamp, Boolean, Boolean)

Declaration
public HistoricalTrade(long id, decimal price, decimal qty, decimal quoteQty, TimeStamp time, bool isBuyerMaker, bool isBestMatch)
Parameters
Type Name Description
System.Int64 id
System.Decimal price
System.Decimal qty
System.Decimal quoteQty
TimeStamp time
System.Boolean isBuyerMaker
System.Boolean isBestMatch

Properties

| Improve this Doc View Source

Id

Declaration
public long Id { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

IsBestMatch

True if the trade was the best price match.

Declaration
public bool IsBestMatch { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsBuyerMaker

True if the buyer was the maker.

Declaration
public bool IsBuyerMaker { get; }
Property Value
Type Description
System.Boolean
| 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

QuoteQty

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

Time

Declaration
public TimeStamp Time { get; }
Property Value
Type Description
TimeStamp
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX