Class: Quickfix::MDReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDReqID

Returns a new instance of MDReqID.



3295
3296
3297
3298
3299
3300
3301
# File 'lib/quickfix_fields.rb', line 3295

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

Class Method Details

.fieldObject



3292
3293
3294
# File 'lib/quickfix_fields.rb', line 3292

def MDReqID.field
	return 262
end