GetMarketDepth Method (2)¶
GetMarketDepth (1 of 2)¶
Summary¶
Gets the Depth of Market for the specific symbol.
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
symbolName | string | The symbol name e.g. "EURUSD" |
Return Value¶
MarketDepth
Declaring Type¶
cAlgo.API.Internals.MarketData
Examples¶
1 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|
GetMarketDepth (2 of 2)¶
Signature¶
1 |
|
Parameters¶
Name | Type | Description |
---|---|---|
symbol | Symbol |
Return Value¶
MarketDepth
Declaring Type¶
cAlgo.API.Internals.MarketData
Last update: March 23, 2023