예제 #1
0
    public virtual int ReqQryExchangeMarginRateAdjust(CThostFtdcQryExchangeMarginRateAdjustField pQryExchangeMarginRateAdjust, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQryExchangeMarginRateAdjust(swigCPtr, CThostFtdcQryExchangeMarginRateAdjustField.getCPtr(pQryExchangeMarginRateAdjust), nRequestID);

        return(ret);
    }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CThostFtdcQryExchangeMarginRateAdjustField obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
예제 #3
0
 public int ReqQryExchangeMarginRateAdjust(
     CThostFtdcQryExchangeMarginRateAdjustField pQryExchangeMarginRateAdjust,
     int nRequestID)
 {
     return(_traderApi.ReqQryExchangeMarginRateAdjust(pQryExchangeMarginRateAdjust, nRequestID));
 }