Class: Quickfix::UnderlyingPaymentStreamCompoundingRollConvention
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamCompoundingRollConvention
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRollConvention
constructor
A new instance of UnderlyingPaymentStreamCompoundingRollConvention.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingRollConvention
Returns a new instance of UnderlyingPaymentStreamCompoundingRollConvention.
72793 72794 72795 72796 72797 72798 72799 |
# File 'lib/quickfix_fields.rb', line 72793 def initialize(data = nil) if( data == nil ) super(42912) else super(42912, data) end end |