Example #1
0
 public TapAPIExchangeStateInfo(TapAPIExchangeStateInfo other) : this(TapTradePINVOKE.new_TapAPIExchangeStateInfo__SWIG_1(TapAPIExchangeStateInfo.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static HandleRef getCPtr(TapAPIExchangeStateInfo obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void OnRspQryExchangeStateInfo(uint sessionID, int errorCode, char isLast, TapAPIExchangeStateInfo info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryExchangeStateInfo(swigCPtr, sessionID, errorCode, isLast, TapAPIExchangeStateInfo.getCPtr(info));
 }