Class: Quickfix::NoUnderlyingPaymentStreamCompoundingDates
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamCompoundingDates
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamCompoundingDates
constructor
A new instance of NoUnderlyingPaymentStreamCompoundingDates.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamCompoundingDates
Returns a new instance of NoUnderlyingPaymentStreamCompoundingDates.
72650 72651 72652 72653 72654 72655 72656 |
# File 'lib/quickfix_fields.rb', line 72650 def initialize(data = nil) if( data == nil ) super(42901) else super(42901, data) end end |
Class Method Details
.field ⇒ Object
72647 72648 72649 |
# File 'lib/quickfix_fields.rb', line 72647 def .field return 42901 end |