Class: Quickfix::UnderlyingReturnRatePrice

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

Returns a new instance of UnderlyingReturnRatePrice.



74795
74796
74797
74798
74799
74800
74801
# File 'lib/quickfix_fields.rb', line 74795

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

Class Method Details

.fieldObject



74792
74793
74794
# File 'lib/quickfix_fields.rb', line 74792

def UnderlyingReturnRatePrice.field
	return 43066
end