Esempio n. 1
0
 /// <summary>
 ///请求查询二级代理商资金校验模式
 /// </summary>
 public int ReqQrySecAgentCheckMode(ThostFtdcQrySecAgentCheckModeField pQrySecAgentCheckMode, int nRequestID)
 {
     return(Interop.TdReqQrySecAgentCheckMode(Handle, pQrySecAgentCheckMode, nRequestID));
 }
Esempio n. 2
0
 public static extern int TdReqQrySecAgentCheckMode(IntPtr pApi, ThostFtdcQrySecAgentCheckModeField pQrySecAgentCheckMode, int nRequestID);