Class: Quickfix::LegPaymentStubIndex2CurveUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegPaymentStubIndex2CurveUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2CurveUnit
constructor
A new instance of LegPaymentStubIndex2CurveUnit.
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2CurveUnit
Returns a new instance of LegPaymentStubIndex2CurveUnit.
33026 33027 33028 33029 33030 33031 33032 |
# File 'lib/quickfix_fields.rb', line 33026 def initialize(data = nil) if( data == nil ) super(40441) else super(40441, data) end end |