Class: Quickfix::UnderlyingComplexEventForwardPoints

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

Returns a new instance of UnderlyingComplexEventForwardPoints.



57934
57935
57936
57937
57938
57939
57940
# File 'lib/quickfix_fields.rb', line 57934

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

Class Method Details

.fieldObject



57931
57932
57933
# File 'lib/quickfix_fields.rb', line 57931

def UnderlyingComplexEventForwardPoints.field
	return 2420
end