Exemplo n.º 1
0
 public TapAPIPositionProfitNotice(TapAPIPositionProfitNotice other) : this(TapTradePINVOKE.new_TapAPIPositionProfitNotice__SWIG_1(TapAPIPositionProfitNotice.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void OnRtnPositionProfit(TapAPIPositionProfitNotice info)
 {
     TapTradePINVOKE.ITapTradeAPINotify_OnRtnPositionProfit(swigCPtr, TapAPIPositionProfitNotice.getCPtr(info));
 }