Class: Quickfix::EncodedMatchExceptionTextLen

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

Returns a new instance of EncodedMatchExceptionTextLen.



76875
76876
76877
76878
76879
76880
76881
# File 'lib/quickfix_fields.rb', line 76875

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

Class Method Details

.fieldObject



76872
76873
76874
# File 'lib/quickfix_fields.rb', line 76872

def EncodedMatchExceptionTextLen.field
  return 2797
end