Class: Quickfix::EncodedEventText

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



25057
25058
25059
25060
25061
25062
25063
# File 'lib/quickfix_fields.rb', line 25057

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

Class Method Details

.fieldObject



25054
25055
25056
# File 'lib/quickfix_fields.rb', line 25054

def EncodedEventText.field
  return 1579
end