Class: Quickfix::AvgSpotRate

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

Returns a new instance of AvgSpotRate.



76992
76993
76994
76995
76996
76997
76998
# File 'lib/quickfix_fields.rb', line 76992

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

Class Method Details

.fieldObject



76989
76990
76991
# File 'lib/quickfix_fields.rb', line 76989

def AvgSpotRate.field
	return 2793
end