Class: Quickfix::ReturnRatePrice

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

Class Method Details

.fieldObject



70645
70646
70647
# File 'lib/quickfix_fields.rb', line 70645

def ReturnRatePrice.field
	return 42767
end