Exemplo n.º 1
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 OnRtnFund(TapAPIFundData info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRtnFund(swigCPtr, TapAPIFundData.getCPtr(info));
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(TapAPIFundData obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void OnRspQryFund(uint sessionID, int errorCode, char isLast, TapAPIFundData info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryFund(swigCPtr, sessionID, errorCode, isLast, TapAPIFundData.getCPtr(info));
 }