Class: Quickfix::LegReturnRatePrice

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) ⇒ LegReturnRatePrice

Returns a new instance of LegReturnRatePrice.



68061
68062
68063
68064
68065
68066
68067
# File 'lib/quickfix_fields.rb', line 68061

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

Class Method Details

.fieldObject



68058
68059
68060
# File 'lib/quickfix_fields.rb', line 68058

def LegReturnRatePrice.field
  return 42566
end