コード例 #1
0
ファイル: TdApi.cs プロジェクト: yuxi214/FtdcNet.CTP
 /// <summary>
 ///请求查询二级代理商资金校验模式
 /// </summary>
 public int ReqQrySecAgentCheckMode(ThostFtdcQrySecAgentCheckModeField pQrySecAgentCheckMode, int nRequestID)
 {
     return(Interop.TdReqQrySecAgentCheckMode(Handle, pQrySecAgentCheckMode, nRequestID));
 }
コード例 #2
0
 public static extern int TdReqQrySecAgentCheckMode(IntPtr pApi, ThostFtdcQrySecAgentCheckModeField pQrySecAgentCheckMode, int nRequestID);