Class: Quickfix::UnderlyingPaymentStubEndDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubEndDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetDayType
constructor
A new instance of UnderlyingPaymentStubEndDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetDayType
Returns a new instance of UnderlyingPaymentStubEndDateOffsetDayType.
73794 73795 73796 73797 73798 73799 73800 |
# File 'lib/quickfix_fields.rb', line 73794 def initialize(data = nil) if( data == nil ) super(42989) else super(42989, data) end end |
Class Method Details
.field ⇒ Object
73791 73792 73793 |
# File 'lib/quickfix_fields.rb', line 73791 def UnderlyingPaymentStubEndDateOffsetDayType.field return 42989 end |