订阅询价,对应响应OnRspSubForQuoteRsp;订阅成功后推送OnRtnForQuoteRsp。
询价相关业务请参考:做市商询价和报价
◇ 1. 函数原型
virtual int SubscribeForQuoteRsp(char *ppInstrumentID[], int nCount) = 0;
◇ 2. 参数
◇ 3. 返回
◇ 4. 调用示例
char **ppInstrumentID = new char*[50];
ppInstrumentID[0] = “sc1801”;
int result = m_pUserMdApi->SubscribeForQuoteRsp(ppInstrumentID, 1);

< 前页 回目录 后页 >