Class: Quickfix::PaymentStreamFloorRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamFloorRate

Returns a new instance of PaymentStreamFloorRate.



37693
37694
37695
37696
37697
37698
37699
# File 'lib/quickfix_fields.rb', line 37693

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