public virtual int ReqQryOptionInstrCommRate(CThostFtdcQryOptionInstrCommRateField pQryOptionInstrCommRate, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQryOptionInstrCommRate(swigCPtr, CThostFtdcQryOptionInstrCommRateField.getCPtr(pQryOptionInstrCommRate), nRequestID);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcQryOptionInstrCommRateField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public int ReqQryOptionInstrCommRate(CThostFtdcQryOptionInstrCommRateField pQryOptionInstrCommRate,
                                      int nRequestID)
 {
     return(_traderApi.ReqQryOptionInstrCommRate(pQryOptionInstrCommRate, nRequestID));
 }