Class: Quickfix::EncodedUnderlyingEventTextLen

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

Returns a new instance of EncodedUnderlyingEventTextLen.



27124
27125
27126
27127
27128
27129
27130
# File 'lib/quickfix_fields.rb', line 27124

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

Class Method Details

.fieldObject



27121
27122
27123
# File 'lib/quickfix_fields.rb', line 27121

def EncodedUnderlyingEventTextLen.field
  return 2072
end