Libannhoo_md_sdk  1.6.1
for index, tick(entrust and trade), and snapshot with solar flare
 All Classes Namespaces Files Functions Variables Pages
get_version.cpp
Go to the documentation of this file.
1 
9 #include<iostream>
10 
11 int main(int argc, char* argv[])
12 {
16  std::cout << GetMdApiVersion() << std::endl;
17 
21  std::cout << GetMdApiVersionMore() << std::endl;
22 
23  // version2
24  char str[20] = {0};
25  char strMore[200] = {0};
29  GetMdApiVersion2(str, 20);
30  std::cout << str << std::endl;
31 
35  GetMdApiVersionMore2(strMore, 200);
36  std::cout << strMore << std::endl;
37 
38  return 0;
39 }
int main(int argc, char *argv[])
Definition: get_version.cpp:11
void GetMdApiVersion2(char *version, int size)
Get version.
annhoo market data quotes api.
const char * GetMdApiVersion()
Get version.
void GetMdApiVersionMore2(char *version, int size)
Get version.
const char * GetMdApiVersionMore()
Get version.