Class: Quickfix::UnderlyingPaymentStreamRateIndex2CurveUnit

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndex2CurveUnit

Returns a new instance of UnderlyingPaymentStreamRateIndex2CurveUnit.



55126
55127
55128
55129
55130
55131
55132
# File 'lib/quickfix_fields.rb', line 55126

def initialize(data = nil)
  if( data == nil )
    super(41911)
  else
    super(41911, data)
  end
end