Ejemplo n.º 1
0
    public virtual int ReqQryInstrumentMarginRate(CThostFtdcQryInstrumentMarginRateField pQryInstrumentMarginRate, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQryInstrumentMarginRate(swigCPtr, CThostFtdcQryInstrumentMarginRateField.getCPtr(pQryInstrumentMarginRate), nRequestID);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcQryInstrumentMarginRateField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
 public int ReqQryInstrumentMarginRate(CThostFtdcQryInstrumentMarginRateField pQryInstrumentMarginRate,
                                       int nRequestID)
 {
     return(_traderApi.ReqQryInstrumentMarginRate(pQryInstrumentMarginRate, nRequestID));
 }