Class: Quickfix::MDEntryID

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

Returns a new instance of MDEntryID.



3503
3504
3505
3506
3507
3508
3509
# File 'lib/quickfix_fields.rb', line 3503

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

Class Method Details

.fieldObject



3500
3501
3502
# File 'lib/quickfix_fields.rb', line 3500

def MDEntryID.field
  return 278
end