Class: Quickfix::AvgForwardPoints

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

Returns a new instance of AvgForwardPoints.



77005
77006
77007
77008
77009
77010
77011
# File 'lib/quickfix_fields.rb', line 77005

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

Class Method Details

.fieldObject



77002
77003
77004
# File 'lib/quickfix_fields.rb', line 77002

def AvgForwardPoints.field
	return 2794
end