Class: Quickfix::ComplexEventForwardPoints

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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