Class: Quickfix::MDUpdateType

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

Returns a new instance of MDUpdateType.



46986
46987
46988
46989
46990
46991
46992
# File 'ext/quickfix/QuickfixRuby.cpp', line 46986

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

Class Method Details

.fieldObject



3214
3215
3216
# File 'lib/quickfix_fields.rb', line 3214

def MDUpdateType.field
	return 265
end