[Mod] update mini api wrap

This commit is contained in:
vn.py 2019-10-25 19:54:00 +08:00
parent 07e0e0709a
commit f74af8bce1
7 changed files with 19 additions and 11 deletions

View File

@ -48,6 +48,7 @@ public:
///客户端认证响应
virtual void OnRspAuthenticate(CThostFtdcRspAuthenticateField *pRspAuthenticateField, CThostFtdcRspInfoField *pRspInfo, int nRequestID, bool bIsLast) {};
///登录请求响应
virtual void OnRspUserLogin(CThostFtdcRspUserLoginField *pRspUserLogin, CThostFtdcRspInfoField *pRspInfo, int nRequestID, bool bIsLast) {};

View File

@ -1976,6 +1976,11 @@ typedef char TThostFtdcCommentType[31];
/////////////////////////////////////////////////////////////////////////
typedef char TThostFtdcVersionType[4];
/////////////////////////////////////////////////////////////////////////
/////UtpCipherVersionType是一个版本信息类型
///////////////////////////////////////////////////////////////////////////
typedef char UtpCipherVersionType[65];
/////////////////////////////////////////////////////////////////////////
///TFtdcTradeCodeType是一个交易代码类型
/////////////////////////////////////////////////////////////////////////
@ -6410,11 +6415,11 @@ typedef char TThostFtdcClientSystemInfoType[273];
/////////////////////////////////////////////////////////////////////////
///TThostFtdcAppIDType是App代码类型
/////////////////////////////////////////////////////////////////////////
typedef char TThostFtdcClientAppIDType[21];
typedef char TThostFtdcClientAppIDType[33];
/////////////////////////////////////////////////////////////////////////
///TThostFtdcAutoCodeType是AutoCode代码类型
/////////////////////////////////////////////////////////////////////////
typedef char TThostFtdcAutoCodeType[17];
typedef char TThostFtdcAutoCodeType[17];
#endif

View File

@ -112,8 +112,8 @@ struct CThostFtdcReqAuthenticateField
TThostFtdcProductInfoType UserProductInfo;
///认证码
TThostFtdcAuthCodeType AuthCode;
///App´úÂë
TThostFtdcClientAppIDType AppID;
// App代码
TThostFtdcClientAppIDType AppID;
};
///客户端认证响应
@ -125,8 +125,8 @@ struct CThostFtdcRspAuthenticateField
TThostFtdcUserIDType UserID;
///用户端产品信息
TThostFtdcProductInfoType UserProductInfo;
///App´úÂë
TThostFtdcClientAppIDType AppID;
// App代码
TThostFtdcClientAppIDType AppID;
};
///客户端认证信息
@ -139,13 +139,15 @@ struct CThostFtdcAuthenticationInfoField
///用户端产品信息
TThostFtdcProductInfoType UserProductInfo;
///时间戳
TThostFtdcAuthInfoType TimeStamp;
TThostFtdcAuthInfoType TimeStamp;
///认证信息
TThostFtdcAuthInfoType AuthInfo;
///是否为认证结果
TThostFtdcBoolType IsResult;
///App´úÂë
TThostFtdcClientAppIDType AppID;
// App代码
TThostFtdcClientAppIDType AppID;
// 版本信息
UtpCipherVersionType VerInfo;
};
///银期转帐报文头
@ -1926,9 +1928,9 @@ struct CThostFtdcTransFundField
///投资者帐号
TThostFtdcAccountIDType AccountID;
///出金的核心地址
TThostFtdcAddressAndPortType DepositKernel;
TThostFtdcAddressAndPortType DepositKernel;
///入金的核心地址
TThostFtdcAddressAndPortType IncomingKernel;
TThostFtdcAddressAndPortType IncomingKernel;
///币种代码
TThostFtdcCurrencyIDType CurrencyID;
///转账金额

Binary file not shown.

Binary file not shown.