Class: Quickfix::UnderlyingComplexEventForwardPoints

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

Instance Method Summary collapse

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