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();
     }
 }
 public virtual void OnRspQryExchangeStateInfo(uint sessionID, int errorCode, char isLast, TapAPIExchangeStateInfo info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRspQryExchangeStateInfo(swigCPtr, sessionID, errorCode, isLast, TapAPIExchangeStateInfo.getCPtr(info));
 }