MarketDepthEntry¶
Summary¶
Provides access to market depth prices and volumes
Signature¶
1 |
|
Namespace¶
cAlgo.API
Properties¶
Name | Description |
---|---|
Volume { get; } | |
VolumeInUnits { get; } | The volume of this market depth entry |
Price { get; } | The price of this market depth entry |
Examples¶
1 2 3 4 5 6 7 |
|
Last update: March 23, 2023