Class: Quickfix::PaymentStubEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubEndDateRelativeTo
constructor
A new instance of PaymentStubEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubEndDateRelativeTo
Returns a new instance of PaymentStubEndDateRelativeTo.
69647 69648 69649 69650 69651 69652 69653 |
# File 'lib/quickfix_fields.rb', line 69647 def initialize(data = nil) if( data == nil ) super(42691) else super(42691, data) end end |
Class Method Details
.field ⇒ Object
69644 69645 69646 |
# File 'lib/quickfix_fields.rb', line 69644 def PaymentStubEndDateRelativeTo.field return 42691 end |