![]() |
Libannhoo_md_sdk
1.6.1
for index, tick(entrust and trade), and snapshot with solar flare
|
annhoo market data quotes api. More...
#include <vector>#include <string>Go to the source code of this file.
Classes | |
| class | annhoo::IAHMdApi |
| This is the main interface to use library libAHQuotes. More... | |
Namespaces | |
| annhoo | |
| namespace for annhoo::IAHMdApi | |
Functions | |
| const char * | GetMdApiVersion () |
| Get version. More... | |
| const char * | GetMdApiVersionMore () |
| Get version. More... | |
| void | GetMdApiVersion2 (char *version, int size) |
| Get version. More... | |
| void | GetMdApiVersionMore2 (char *version, int size) |
| Get version. More... | |
| annhoo::IAHMdApi * | NewMdApi (const char *config_path) |
| Create a market data api. More... | |
| const char* GetMdApiVersion | ( | ) |
Get version.
Get current skd version, for instance 0.1.0
| void GetMdApiVersion2 | ( | char * | version, |
| int | size | ||
| ) |
Get version.
Ger current skd version, for instance 0.1.0
| [in,out] | version | Current version info |
| [in] | size | In and out version size |
| const char* GetMdApiVersionMore | ( | ) |
Get version.
Get current skd more version, synopsis is version: 0.1.0 branch: main commit id: xxxxxxxxxxxxxx build time: yyyy-mm-dd HH:MM:SS
| void GetMdApiVersionMore2 | ( | char * | version, |
| int | size | ||
| ) |
Get version.
Get current skd more version, synopsis is version: 0.1.0 branch: main commit id: xxxxxxxxxxxxxx build time: yyyy-mm-dd HH:MM:SS
| [in,out] | version | Current version info |
| [in] | size | In and out version size |
| annhoo::IAHMdApi* NewMdApi | ( | const char * | config_path | ) |
Create a market data api.
| [in] | config_path | Configure file which is yaml format |