Tick
- easyT.tick.get_tick(log: supportLibEasyT.log_manager.LogManager, platform, symbol: str)[source]
This function return the class that responsible to retrieve every tick information.
Tick class is the responsible to retrieve every tick information.
- Parameters
log –
The log receives a log handler to be able to log the information
- platform:
It is the platform that the information will be returned.
- symbol:
It is the symbol you want information about. You can have information about time, bid, ask, last, volume.
- Returns
It returns the right class that will be used or an error message in case it was not found
- Return type
The class or Error message