Class: Quickfix::LegPaymentStreamFloorRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamFloorRate

Returns a new instance of LegPaymentStreamFloorRate.



31739
31740
31741
31742
31743
31744
31745
# File 'lib/quickfix_fields.rb', line 31739

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