admin
2024-05-17 03654f19baa454b990c052c43e2393a1c53c2c81
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "../common_nopch/NetworkApi.h"
class MyNetworkApi:public NetworkApi
{
public:
    static string get_delegated_buy_code_infos();
    static string get_trade_queue(string code);
 
    static string cancel_order(string code);
};