Class: Quickfix::UnderlyingPaymentStubIndex2CurveUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStubIndex2CurveUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurveUnit
constructor
A new instance of UnderlyingPaymentStubIndex2CurveUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2CurveUnit
Returns a new instance of UnderlyingPaymentStubIndex2CurveUnit.
36796 36797 36798 36799 36800 36801 36802 |
# File 'lib/quickfix_fields.rb', line 36796 def initialize(data = nil) if( data == nil ) super(40731) else super(40731, data) end end |