Show / Hide Table of Contents

Struct BookUpdate

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

Properties

| Improve this Doc View Source

Asks

Declaration
public List<BookItem> Asks { get; }
Property Value
Type Description
List<BookItem>
| Improve this Doc View Source

Bids

Declaration
public List<BookItem> Bids { get; }
Property Value
Type Description
List<BookItem>
| Improve this Doc View Source

MarketId

Declaration
public string MarketId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

MessageType

Declaration
public string MessageType { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Snapshot

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

SnapshotId

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

Timestamp

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