Class: Quickfix::UnderlyingRateSpreadInitialValue

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingRateSpreadInitialValue

Returns a new instance of UnderlyingRateSpreadInitialValue.



73989
73990
73991
73992
73993
73994
73995
# File 'lib/quickfix_fields.rb', line 73989

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