public TapAPITradingTimeBucket(TapAPITradingTimeBucket other) : this(TapQuotePINVOKE.new_TapAPITradingTimeBucket__SWIG_1(TapAPITradingTimeBucket.getCPtr(other)), true)
 {
     if (TapQuotePINVOKE.SWIGPendingException.Pending)
     {
         throw TapQuotePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(TapAPITradingTimeBucket obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }