Class: Quickfix::NoUnderlyingPaymentStreamCompoundingDates
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingPaymentStreamCompoundingDates
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamCompoundingDates
constructor
A new instance of NoUnderlyingPaymentStreamCompoundingDates.
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 |