Class: Quickfix::EncodedMatchExceptionText

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



76888
76889
76890
76891
76892
76893
76894
# File 'lib/quickfix_fields.rb', line 76888

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

Class Method Details

.fieldObject



76885
76886
76887
# File 'lib/quickfix_fields.rb', line 76885

def EncodedMatchExceptionText.field
  return 2798
end