行情 DLL callbacks
RTCQuoteAPISpi介面
OnFrontConnected
当客户端与TCore通信连接时,该方法被调用
void OnFrontConnected()
OnFrontDisconnected
当客户端与TCore通信连接断开时,该方法被调用。
void OnFrontDisconnected()
OnRtnDepthMarketData
行情通知
void OnRtnDepthMarketData(ICEDepthMarketDataField *pDepthMarketData)
Parameters
类型
说明
Last updated
Was this helpful?