Class: Quickfix::PaymentStreamCompoundingFloorRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRate

Returns a new instance of PaymentStreamCompoundingFloorRate.



68958
68959
68960
68961
68962
68963
68964
# File 'lib/quickfix_fields.rb', line 68958

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