Class: Quickfix::LastForwardPoints2

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastForwardPoints2

Returns a new instance of LastForwardPoints2.



8638
8639
8640
8641
8642
8643
8644
# File 'lib/quickfix_fields.rb', line 8638

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