Class: Quickfix::PaymentStreamCompoundingStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateRelativeTo
constructor
A new instance of PaymentStreamCompoundingStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingStartDateRelativeTo
69075 69076 69077 69078 69079 69080 69081 |
# File 'lib/quickfix_fields.rb', line 69075 def initialize(data = nil) if( data == nil ) super(42647) else super(42647, data) end end |
Class Method Details
.field ⇒ Object
69072 69073 69074 |
# File 'lib/quickfix_fields.rb', line 69072 def PaymentStreamCompoundingStartDateRelativeTo.field return 42647 end |