Beispiel #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcQryProductGroupField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
    public virtual int ReqQryProductGroup(CThostFtdcQryProductGroupField pQryProductGroup, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQryProductGroup(swigCPtr, CThostFtdcQryProductGroupField.getCPtr(pQryProductGroup), nRequestID);

        return(ret);
    }