Struct BookUpdate
Assembly: FFT.BTCMarkets.dll
Syntax
Properties
|
Improve this Doc
View Source
Asks
Declaration
public List<BookItem> Asks { get; }
Property Value
|
Improve this Doc
View Source
Bids
Declaration
public List<BookItem> Bids { get; }
Property Value
|
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 |
|