Class: Quickfix::LastSwapPoints

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

Returns a new instance of LastSwapPoints.



131368
131369
131370
131371
131372
131373
131374
# File 'ext/quickfix/QuickfixRuby.cpp', line 131368

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

Class Method Details

.fieldObject



14225
14226
14227
# File 'lib/quickfix_fields.rb', line 14225

def LastSwapPoints.field
	return 1071
end