Пример #1
0
 public TapAPITradeLoginAuth(TapAPITradeLoginAuth other) : this(TapTradePINVOKE.new_TapAPITradeLoginAuth__SWIG_1(TapAPITradeLoginAuth.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 internal static HandleRef getCPtr(TapAPITradeLoginAuth obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
        public virtual int Login(TapAPITradeLoginAuth loginAuth)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_Login(swigCPtr, TapAPITradeLoginAuth.getCPtr(loginAuth));

            return(ret);
        }