Class: Quickfix::LegComplexEventForwardPoints

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

Returns a new instance of LegComplexEventForwardPoints.



57843
57844
57845
57846
57847
57848
57849
# File 'lib/quickfix_fields.rb', line 57843

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

Class Method Details

.fieldObject



57840
57841
57842
# File 'lib/quickfix_fields.rb', line 57840

def LegComplexEventForwardPoints.field
	return 2410
end