コード例 #1
0
ファイル: Interop.cs プロジェクト: shawn666liu/FtdcNet.ZQCTP
 public static extern int TdReqQryInvestorPledgePosition(IntPtr pApi, ThostFtdcQryInvestorPledgePositionField pQryInvestorPledgePosition, int nRequestID);
コード例 #2
0
ファイル: TdApi.cs プロジェクト: shawn666liu/FtdcNet.ZQCTP
 /// <summary>
 ///请求查询投资者质押持仓
 /// </summary>
 public int ReqQryInvestorPledgePosition(ThostFtdcQryInvestorPledgePositionField pQryInvestorPledgePosition, int nRequestID)
 {
     return(Interop.TdReqQryInvestorPledgePosition(Handle, pQryInvestorPledgePosition, nRequestID));
 }