Class: Quickfix::PegMoveType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ PegMoveType

Returns a new instance of PegMoveType.



108264
108265
108266
108267
108268
108269
108270
# File 'ext/quickfix/QuickfixRuby.cpp', line 108264

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

Class Method Details

.fieldObject



11183
11184
11185
# File 'lib/quickfix_fields.rb', line 11183

def PegMoveType.field
	return 835
end