Example #1
0
 public static extern int TdReqQryLOFSubInfo(IntPtr pApi, ThostFtdcQryLOFSubInfoField pQryLOFSubInfo, int nRequestID);
Example #2
0
 /// <summary>
 ///上市开放式基金子基金信息查询
 /// </summary>
 public int ReqQryLOFSubInfo(ThostFtdcQryLOFSubInfoField pQryLOFSubInfo, int nRequestID)
 {
     return(Interop.TdReqQryLOFSubInfo(Handle, pQryLOFSubInfo, nRequestID));
 }