Class: Quickfix::LegPaymentStreamCompoundingCapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingCapRate

Returns a new instance of LegPaymentStreamCompoundingCapRate.



66345
66346
66347
66348
66349
66350
66351
# File 'lib/quickfix_fields.rb', line 66345

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