Class: Quickfix::MDUpdateType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDUpdateType

Returns a new instance of MDUpdateType.



3334
3335
3336
3337
3338
3339
3340
# File 'lib/quickfix_fields.rb', line 3334

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

Class Method Details

.fieldObject



3331
3332
3333
# File 'lib/quickfix_fields.rb', line 3331

def MDUpdateType.field
	return 265
end