OnRspQryCFMMCTradingAccountKey
查询保证金监管系统经纪公司资金账户密钥响应,此接口已弃用。
◇ 1.函数原型
virtual void OnRspQryCFMMCTradingAccountKey(CThostFtdcCFMMCTradingAccountKeyField *pCFMMCTradingAccountKey, CThostFtdcRspInfoField *pRspInfo, int nRequestID, bool bIsLast) {};
◇ 2.参数
pCFMMCTradingAccountKey:保证金监管系统经纪公司资金账户密钥
struct CThostFtdcCFMMCTradingAccountKeyField
{
///经纪公司代码
TThostFtdcBrokerIDType BrokerID;
///经纪公司统一编码
TThostFtdcParticipantIDType ParticipantID;
///投资者帐号
TThostFtdcAccountIDType AccountID;
///密钥编号
TThostFtdcSequenceNoType KeyID;
///动态密钥
TThostFtdcCFMMCKeyType CurrentKey;
};
pRspInfo:响应信息
struct CThostFtdcRspInfoField
{
///错误代码
TThostFtdcErrorIDType ErrorID;
///错误信息
TThostFtdcErrorMsgType ErrorMsg;
};
nRequestID:返回用户操作请求的ID,该ID 由用户在操作请求时指定。
bIsLast:指示该次返回是否为针对nRequestID的最后一次返回。
◇ 3.返回
无
◇ 4.FAQ
无