78 lines
2.8 KiB
C
78 lines
2.8 KiB
C
#pragma once
|
|
|
|
#include "Proto/Common.pb.h"
|
|
|
|
#include "Proto/InitConnect.pb.h"
|
|
#include "Proto/KeepAlive.pb.h"
|
|
#include "Proto/Notify.pb.h"
|
|
|
|
#include "Proto/GetDelayStatistics.pb.h"
|
|
#include "Proto/GetGlobalState.pb.h"
|
|
#include "Proto/GetUserInfo.pb.h"
|
|
#include "Proto/Verification.pb.h"
|
|
|
|
#include "Proto/Qot_Common.pb.h"
|
|
#include "Proto/Qot_GetBasicQot.pb.h"
|
|
#include "Proto/Qot_GetBroker.pb.h"
|
|
#include "Proto/Qot_GetCapitalDistribution.pb.h"
|
|
#include "Proto/Qot_GetCapitalFlow.pb.h"
|
|
#include "Proto/Qot_GetHoldingChangeList.pb.h"
|
|
#include "Proto/Qot_GetKL.pb.h"
|
|
#include "Proto/Qot_GetOptionChain.pb.h"
|
|
#include "Proto/Qot_GetOrderBook.pb.h"
|
|
#include "Proto/Qot_GetOwnerPlate.pb.h"
|
|
#include "Proto/Qot_GetPlateSecurity.pb.h"
|
|
#include "Proto/Qot_GetPlateSet.pb.h"
|
|
#include "Proto/Qot_GetReference.pb.h"
|
|
#include "Proto/Qot_GetRT.pb.h"
|
|
#include "Proto/Qot_GetSecuritySnapshot.pb.h"
|
|
#include "Proto/Qot_GetStaticInfo.pb.h"
|
|
#include "Proto/Qot_GetSubInfo.pb.h"
|
|
#include "Proto/Qot_GetSuspend.pb.h"
|
|
#include "Proto/Qot_GetTicker.pb.h"
|
|
#include "Proto/Qot_GetTradeDate.pb.h"
|
|
#include "Proto/Qot_GetUserSecurity.pb.h"
|
|
#include "Proto/Qot_GetWarrant.pb.h"
|
|
#include "Proto/Qot_ModifyUserSecurity.pb.h"
|
|
#include "Proto/Qot_RegQotPush.pb.h"
|
|
#include "Proto/Qot_RequestHistoryKL.pb.h"
|
|
#include "Proto/Qot_RequestHistoryKLQuota.pb.h"
|
|
#include "Proto/Qot_RequestRehab.pb.h"
|
|
#include "Proto/Qot_Sub.pb.h"
|
|
#include "Proto/Qot_UpdateBasicQot.pb.h"
|
|
#include "Proto/Qot_UpdateBroker.pb.h"
|
|
#include "Proto/Qot_UpdateKL.pb.h"
|
|
#include "Proto/Qot_UpdateOrderBook.pb.h"
|
|
#include "Proto/Qot_UpdateRT.pb.h"
|
|
#include "Proto/Qot_UpdateTicker.pb.h"
|
|
#include "Proto/Qot_StockFilter.pb.h"
|
|
#include "Proto/Qot_GetCodeChange.pb.h"
|
|
#include "Proto/Qot_GetIpoList.pb.h"
|
|
#include "Proto/Qot_GetFutureInfo.pb.h"
|
|
#include "Proto/Qot_RequestTradeDate.pb.h"
|
|
#include "Proto/Qot_SetPriceReminder.pb.h"
|
|
#include "Proto/Qot_GetPriceReminder.pb.h"
|
|
#include "Proto/Qot_UpdatePriceReminder.pb.h"
|
|
#include "Proto/Qot_GetUserSecurityGroup.pb.h"
|
|
#include "Proto/Qot_GetMarketState.pb.h"
|
|
#include "Proto/Qot_GetOptionExpirationDate.pb.h"
|
|
|
|
#include "Proto/Trd_Common.pb.h"
|
|
#include "Proto/Trd_GetAccList.pb.h"
|
|
#include "Proto/Trd_GetFunds.pb.h"
|
|
#include "Proto/Trd_GetHistoryOrderFillList.pb.h"
|
|
#include "Proto/Trd_GetHistoryOrderList.pb.h"
|
|
#include "Proto/Trd_GetMaxTrdQtys.pb.h"
|
|
#include "Proto/Trd_GetOrderFillList.pb.h"
|
|
#include "Proto/Trd_GetOrderList.pb.h"
|
|
#include "Proto/Trd_GetPositionList.pb.h"
|
|
#include "Proto/Trd_ModifyOrder.pb.h"
|
|
#include "Proto/Trd_Notify.pb.h"
|
|
#include "Proto/Trd_PlaceOrder.pb.h"
|
|
#include "Proto/Trd_ReconfirmOrder.pb.h"
|
|
#include "Proto/Trd_SubAccPush.pb.h"
|
|
#include "Proto/Trd_UnlockTrade.pb.h"
|
|
#include "Proto/Trd_UpdateOrder.pb.h"
|
|
#include "Proto/Trd_UpdateOrderFill.pb.h"
|
|
#include "Proto/Trd_GetMarginRatio.pb.h"
|
|
#include "Proto/Trd_GetOrderFee.pb.h" |