Class: Quickfix::ComplexEventForwardPoints

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

Returns a new instance of ComplexEventForwardPoints.



57817
57818
57819
57820
57821
57822
57823
# File 'lib/quickfix_fields.rb', line 57817

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

Class Method Details

.fieldObject



57814
57815
57816
# File 'lib/quickfix_fields.rb', line 57814

def ComplexEventForwardPoints.field
	return 2408
end