Class: Quickfix::MDEntryID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDEntryID

Returns a new instance of MDEntryID.



15034
15035
15036
15037
15038
15039
15040
# File 'lib/quickfix_fields.rb', line 15034

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

Class Method Details

.fieldObject



15031
15032
15033
# File 'lib/quickfix_fields.rb', line 15031

def MDEntryID.field
	return 278
end