Class: Quickfix::LegLastForwardPoints

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

Returns a new instance of LegLastForwardPoints.



131564
131565
131566
131567
131568
131569
131570
# File 'ext/quickfix/QuickfixRuby.cpp', line 131564

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

Class Method Details

.fieldObject



14251
14252
14253
# File 'lib/quickfix_fields.rb', line 14251

def LegLastForwardPoints.field
	return 1073
end