Class: Quickfix::EncodedLegEventText

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

Returns a new instance of EncodedLegEventText.



27163
27164
27165
27166
27167
27168
27169
# File 'lib/quickfix_fields.rb', line 27163

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

Class Method Details

.fieldObject



27160
27161
27162
# File 'lib/quickfix_fields.rb', line 27160

def EncodedLegEventText.field
  return 2075
end