Class: Quickfix::UnderlyingPaymentStubIndexCurveUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStubIndexCurveUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurveUnit
constructor
A new instance of UnderlyingPaymentStubIndexCurveUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndexCurveUnit
Returns a new instance of UnderlyingPaymentStubIndexCurveUnit.
36614 36615 36616 36617 36618 36619 36620 |
# File 'lib/quickfix_fields.rb', line 36614 def initialize(data = nil) if( data == nil ) super(40717) else super(40717, data) end end |