Exemplo n.º 1
0
 /// <summary>
 ///请求查询投资者品种/跨品种保证金
 /// </summary>
 public int ReqQryInvestorProductGroupMargin(ThostFtdcQryInvestorProductGroupMarginField pQryInvestorProductGroupMargin, int nRequestID)
 {
     return(Interop.TdReqQryInvestorProductGroupMargin(Handle, pQryInvestorProductGroupMargin, nRequestID));
 }
Exemplo n.º 2
0
 public static extern int TdReqQryInvestorProductGroupMargin(IntPtr pApi, ThostFtdcQryInvestorProductGroupMarginField pQryInvestorProductGroupMargin, int nRequestID);