Class: Quickfix::LegReturnRatePrice

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

Instance Method Summary collapse

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