Class: Quickfix::ReturnRatePrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ReturnRatePrice

Returns a new instance of ReturnRatePrice.



70648
70649
70650
70651
70652
70653
70654
# File 'lib/quickfix_fields.rb', line 70648

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