GetTicksAsync Method (2)
GetTicksAsync (1 of 2)
Summary
The asynchronous method to get tick data.
Signature
| public abstract void GetTicksAsync(Action<Ticks> callback)
|
Parameters
Name | Type | Description |
callback | Action | The callback that will be called after getting the ticks |
Return Value
void
Declaring Type
cAlgo.API.Internals.MarketData
Examples
GetTicksAsync (2 of 2)
Summary
The asynchronous method to get tick data for the specific symbol.
Signature
| public abstract void GetTicksAsync(string symbolName, Action<Ticks> callback)
|
Parameters
Name | Type | Description |
symbolName | string | The ticks symbol name |
callback | Action | The callback that will be called after getting the ticks |
Return Value
void
Declaring Type
cAlgo.API.Internals.MarketData
Examples
Last update: March 30, 2023