Class: Quickfix::UnderlyingPaymentStubEndDateOffsetPeriod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubEndDateOffsetPeriod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetPeriod
constructor
A new instance of UnderlyingPaymentStubEndDateOffsetPeriod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateOffsetPeriod
Returns a new instance of UnderlyingPaymentStubEndDateOffsetPeriod.
73768 73769 73770 73771 73772 73773 73774 |
# File 'lib/quickfix_fields.rb', line 73768 def initialize(data = nil) if( data == nil ) super(42987) else super(42987, data) end end |
Class Method Details
.field ⇒ Object
73765 73766 73767 |
# File 'lib/quickfix_fields.rb', line 73765 def .field return 42987 end |