Esempio n. 1
0
 public TapAPIChangePasswordReq(TapAPIChangePasswordReq other) : this(TapTradePINVOKE.new_TapAPIChangePasswordReq__SWIG_1(TapAPIChangePasswordReq.getCPtr(other)), true)
 {
     if (TapTradePINVOKE.SWIGPendingException.Pending)
     {
         throw TapTradePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public virtual int ChangePassword(out uint sessionID, TapAPIChangePasswordReq req)
        {
            int ret = TapTradePINVOKE.ITapTradeAPI_ChangePassword(swigCPtr, out sessionID, TapAPIChangePasswordReq.getCPtr(req));

            return(ret);
        }
Esempio n. 3
0
 internal static HandleRef getCPtr(TapAPIChangePasswordReq obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }