Class: Quickfix::BenchmarkPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ BenchmarkPrice

Returns a new instance of BenchmarkPrice.



6558
6559
6560
6561
6562
6563
6564
# File 'lib/quickfix_fields.rb', line 6558

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

Class Method Details

.fieldObject



6555
6556
6557
# File 'lib/quickfix_fields.rb', line 6555

def BenchmarkPrice.field
  return 662
end