Class: Quickfix::LastForwardPoints2

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LastForwardPoints2

Returns a new instance of LastForwardPoints2.



87806
87807
87808
87809
87810
87811
87812
# File 'ext/quickfix/QuickfixRuby.cpp', line 87806

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

Class Method Details

.fieldObject



8492
8493
8494
# File 'lib/quickfix_fields.rb', line 8492

def LastForwardPoints2.field
	return 641
end