请求投资者品种RCAMS保证金查询,对应响应请求OnRspQryInvestorProdRCAMSMargin
◇ 1. 函数原型
virtual int ReqQryInvestorProdRCAMSMargin(CThostFtdcQryInvestorProdRCAMSMarginField *pQryInvestorProdRCAMSMargin, int nRequestID) = 0;
◇ 2. 参数
pQryInvestorProdRCAMSMargin:投资者品种RCAMS保证金查询
| 字段类型 | 字段名称 | 含义 | 是否可作为过滤条件 |
|---|---|---|---|
| TThostFtdcBrokerIDType | BrokerID | 经纪公司代码 | 是 |
| TThostFtdcInvestorIDType | InvestorID | 投资者代码 | 是 |
| TThostFtdcProductIDType | CombProductID | 产品组合代码 | 是 |
| TThostFtdcProductIDType | ProductGroupID | 商品群代码 | 是 |
nRequestID:请求ID,对应响应里的nRequestID,无递增规则,由用户自行维护。
◇ 3. 返回
◇ 4. 调用示例
无
◇ 5. FAQ
无

< 前页 回目录 后页 >