Class: Quickfix::MDReqID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDReqID

Returns a new instance of MDReqID.



8586
8587
8588
8589
8590
8591
8592
# File 'lib/quickfix_fields.rb', line 8586

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

Class Method Details

.fieldObject



8583
8584
8585
# File 'lib/quickfix_fields.rb', line 8583

def MDReqID.field
	return 262
end