Class: Quickfix::UnderlyingPaymentStreamCompoundingStartDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingStartDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingStartDateRelativeTo
constructor
A new instance of UnderlyingPaymentStreamCompoundingStartDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingStartDateRelativeTo
Returns a new instance of UnderlyingPaymentStreamCompoundingStartDateRelativeTo.
73183 73184 73185 73186 73187 73188 73189 |
# File 'lib/quickfix_fields.rb', line 73183 def initialize(data = nil) if( data == nil ) super(42942) else super(42942, data) end end |
Class Method Details
.field ⇒ Object
73180 73181 73182 |
# File 'lib/quickfix_fields.rb', line 73180 def UnderlyingPaymentStreamCompoundingStartDateRelativeTo.field return 42942 end |