Class: Quickfix::UnderlyingPaymentStubEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStubEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateRelativeTo
constructor
A new instance of UnderlyingPaymentStubEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubEndDateRelativeTo
Returns a new instance of UnderlyingPaymentStubEndDateRelativeTo.
73755 73756 73757 73758 73759 73760 73761 |
# File 'lib/quickfix_fields.rb', line 73755 def initialize(data = nil) if( data == nil ) super(42986) else super(42986, data) end end |
Class Method Details
.field ⇒ Object
73752 73753 73754 |
# File 'lib/quickfix_fields.rb', line 73752 def .field return 42986 end |