Class: Quickfix::SwapPoints

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

Returns a new instance of SwapPoints.



131172
131173
131174
131175
131176
131177
131178
# File 'ext/quickfix/QuickfixRuby.cpp', line 131172

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

Class Method Details

.fieldObject



14199
14200
14201
# File 'lib/quickfix_fields.rb', line 14199

def SwapPoints.field
	return 1069
end