Beispiel #1
0
 public static extern int TdReqQryInvestorAccount(IntPtr pApi, ThostFtdcQryInvestorAccountField pQryInvestorAccount, int nRequestID);
Beispiel #2
0
 /// <summary>
 ///投资者资金账户查询请求
 /// </summary>
 public int ReqQryInvestorAccount(ThostFtdcQryInvestorAccountField pQryInvestorAccount, int nRequestID)
 {
     return(Interop.TdReqQryInvestorAccount(Handle, pQryInvestorAccount, nRequestID));
 }