Class: Quickfix::MDEntryOriginator

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



3555
3556
3557
3558
3559
3560
3561
# File 'lib/quickfix_fields.rb', line 3555

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

Class Method Details

.fieldObject



3552
3553
3554
# File 'lib/quickfix_fields.rb', line 3552

def MDEntryOriginator.field
  return 282
end