Class: Quickfix::UnderlyingPaymentStreamCompoundingEndDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingEndDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamCompoundingEndDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingEndDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamCompoundingEndDateRelativeTo.
72871 72872 72873 72874 72875 72876 72877 |
# File 'lib/quickfix_fields.rb', line 72871 def initialize(data = nil) if( data == nil ) super(42918) else super(42918, data) end end |
Class Method Details
.field ⇒ Object
72868 72869 72870 |
# File 'lib/quickfix_fields.rb', line 72868 def UnderlyingPaymentStreamCompoundingEndDateRelativeTo.field return 42918 end |