#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);
|
|
/// <summary>
|
/// »ñÈ¡³É½»´óµ¥Áбí
|
/// </summary>
|
/// <param name="code"></param>
|
/// <returns></returns>
|
static string get_deal_big_money_list(string code);
|
|
/// <summary>
|
/// ¼ÓÈëºÚÃûµ¥
|
/// </summary>
|
/// <param name="code"></param>
|
/// <returns></returns>
|
static string add_black(string code);
|
};
|