Class: Quickfix::UnderlyingRateSpreadInitialValue

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



73986
73987
73988
# File 'lib/quickfix_fields.rb', line 73986

def UnderlyingRateSpreadInitialValue.field
  return 43004
end