public virtual void OnRtnFund(TapAPIFundData info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRtnFund(swigCPtr, TapAPIFundData.getCPtr(info));
 }
Esempio n. 2
0
 public TapAPIFundData(TapAPIFundData other) : this(TapTradePINVOKE.new_TapAPIFundData__SWIG_1(TapAPIFundData.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void OnRspQryFund(uint sessionID, int errorCode, char isLast, TapAPIFundData info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryFund(swigCPtr, sessionID, errorCode, isLast, TapAPIFundData.getCPtr(info));
 }