public TapAPIContract(TapAPIContract other) : this(TapTradePINVOKE.new_TapAPIContract__SWIG_1(TapAPIContract.getCPtr(other)), true) { if (TapTradePINVOKE.SWIGPendingException.Pending) { throw TapTradePINVOKE.SWIGPendingException.Retrieve(); } }
public virtual int QryDeepQuote(out uint sessionID, TapAPIContract qryReq) { int ret = TapTradePINVOKE.ITapTradeAPI_QryDeepQuote(swigCPtr, out sessionID, TapAPIContract.getCPtr(qryReq)); return(ret); }