Class: Quickfix::EncodedListStatusText

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



5583
5584
5585
5586
5587
5588
5589
# File 'lib/quickfix_fields.rb', line 5583

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

Class Method Details

.fieldObject



5580
5581
5582
# File 'lib/quickfix_fields.rb', line 5580

def EncodedListStatusText.field
  return 446
end