MarketDepthEntry
Summary
Provides access to market depth prices and volumes
Signature
1 | |
Namespace
cAlgo.API
Examples
1 2 3 4 5 6 7 | |
1 2 3 4 5 | |
See Also
Properties
VolumeInUnits
Summary
The volume of this market depth entry
Signature
1 | |
Return Value
double
Examples
1 2 3 4 | |
1 2 | |
Price
Summary
The price of this market depth entry
Signature
1 | |
Return Value
double
Examples
1 2 3 4 | |
1 2 | |