Class: Quickfix::LastForwardPoints

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

Returns a new instance of LastForwardPoints.



44046
44047
44048
44049
44050
44051
44052
# File 'ext/quickfix/QuickfixRuby.cpp', line 44046

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

Class Method Details

.fieldObject



2824
2825
2826
# File 'lib/quickfix_fields.rb', line 2824

def LastForwardPoints.field
	return 195
end