Class: Quickfix::PaymentStreamCompoundingEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateRelativeTo
constructor
A new instance of PaymentStreamCompoundingEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingEndDateRelativeTo
Returns a new instance of PaymentStreamCompoundingEndDateRelativeTo.
68763 68764 68765 68766 68767 68768 68769 |
# File 'lib/quickfix_fields.rb', line 68763 def initialize(data = nil) if( data == nil ) super(42623) else super(42623, data) end end |
Class Method Details
.field ⇒ Object
68760 68761 68762 |
# File 'lib/quickfix_fields.rb', line 68760 def PaymentStreamCompoundingEndDateRelativeTo.field return 42623 end |