Class: Quickfix::PaymentStubStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStubStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubStartDateRelativeTo
constructor
A new instance of PaymentStubStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubStartDateRelativeTo
69764 69765 69766 69767 69768 69769 69770 |
# File 'lib/quickfix_fields.rb', line 69764 def initialize(data = nil) if( data == nil ) super(42700) else super(42700, data) end end |
Class Method Details
.field ⇒ Object
69761 69762 69763 |
# File 'lib/quickfix_fields.rb', line 69761 def PaymentStubStartDateRelativeTo.field return 42700 end |