9f6ea1fd5c
2. 将vn.trader下的所有接口统一放到了一个单独的gateway文件夹中,并实现自动识别和加载
25 lines
603 B
C
25 lines
603 B
C
int reqUserLogin(dict req, int nRequestID);
|
|
|
|
int reqUserLogout(dict req, int nRequestID);
|
|
|
|
int reqUserPasswordUpdate(dict req, int nRequestID);
|
|
|
|
int reqOrderInsert(dict req, int nRequestID);
|
|
|
|
int reqOrderAction(dict req, int nRequestID);
|
|
|
|
int reqQryOrder(dict req, int nRequestID);
|
|
|
|
int reqQryTradingAccount(dict req, int nRequestID);
|
|
|
|
int reqQryInvestor(dict req, int nRequestID);
|
|
|
|
int reqQryInstrument(dict req, int nRequestID);
|
|
|
|
int reqQryInvestorPositionDetail(dict req, int nRequestID);
|
|
|
|
int reqQryInvestorPosition(dict req, int nRequestID);
|
|
|
|
int reqMBLQuot(dict req, int nRequestID);
|
|
|