admin
2024-07-05 3ef188e6075649f4c72e3e7588d8966e1071f2ff
DelegateQueue/MyNetworkApi.h
@@ -7,5 +7,12 @@
    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);
};