コード例 #1
0
 public TapAPIQuoteLoginAuth(TapAPIQuoteLoginAuth other) : this(TapQuotePINVOKE.new_TapAPIQuoteLoginAuth__SWIG_1(TapAPIQuoteLoginAuth.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static HandleRef getCPtr(TapAPIQuoteLoginAuth obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #3
0
        public virtual int Login(TapAPIQuoteLoginAuth loginAuth)
        {
            int ret = TapQuotePINVOKE.ITapQuoteAPI_Login(swigCPtr, TapAPIQuoteLoginAuth.getCPtr(loginAuth));

            return(ret);
        }