Class: Quickfix::EncodedLegEventTextLen

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedLegEventTextLen

Returns a new instance of EncodedLegEventTextLen.



27150
27151
27152
27153
27154
27155
27156
# File 'lib/quickfix_fields.rb', line 27150

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

Class Method Details

.fieldObject



27147
27148
27149
# File 'lib/quickfix_fields.rb', line 27147

def EncodedLegEventTextLen.field
  return 2074
end