Class: Quickfix::LegBenchmarkPrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkPrice

Returns a new instance of LegBenchmarkPrice.



2385
2386
2387
2388
2389
2390
2391
# File 'lib/quickfix_fields.rb', line 2385

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

Class Method Details

.fieldObject



2382
2383
2384
# File 'lib/quickfix_fields.rb', line 2382

def LegBenchmarkPrice.field
	return 679
end