Class: Quickfix::LegPaymentStreamCompoundingFixedRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamCompoundingFixedRate

Returns a new instance of LegPaymentStreamCompoundingFixedRate.



65955
65956
65957
65958
65959
65960
65961
# File 'lib/quickfix_fields.rb', line 65955

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