public TapAPIOrderQryReq(TapAPIOrderQryReq other) : this(TapTradePINVOKE.new_TapAPIOrderQryReq__SWIG_1(TapAPIOrderQryReq.getCPtr(other)), true) { if (TapTradePINVOKE.SWIGPendingException.Pending) { throw TapTradePINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(TapAPIOrderQryReq obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }
public virtual int QryFill(out uint sessionID, TapAPIOrderQryReq qryReq) { int ret = TapTradePINVOKE.ITapTradeAPI_QryFill(swigCPtr, out sessionID, TapAPIOrderQryReq.getCPtr(qryReq)); return(ret); }