Exemplo n.º 1
0
    public virtual int ReqQryCFMMCTradingAccountKey(CThostFtdcQryCFMMCTradingAccountKeyField pQryCFMMCTradingAccountKey, int nRequestID)
    {
        int ret = thosttradeapiPINVOKE.CThostFtdcTraderApi_ReqQryCFMMCTradingAccountKey(swigCPtr, CThostFtdcQryCFMMCTradingAccountKeyField.getCPtr(pQryCFMMCTradingAccountKey), nRequestID);

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