public new static OfferListNym ot_dynamic_cast(Storable pObject)
        {
            IntPtr       cPtr = otapiPINVOKE.OfferListNym_ot_dynamic_cast(Storable.getCPtr(pObject));
            OfferListNym ret  = (cPtr == IntPtr.Zero) ? null : new OfferListNym(cPtr, false);

            return(ret);
        }
 internal static HandleRef getCPtr(OfferListNym obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static HandleRef getCPtr(OfferListNym obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }