Class: Quickfix::EncodedEventTextLen

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

Returns a new instance of EncodedEventTextLen.



25044
25045
25046
25047
25048
25049
25050
# File 'lib/quickfix_fields.rb', line 25044

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

Class Method Details

.fieldObject



25041
25042
25043
# File 'lib/quickfix_fields.rb', line 25041

def EncodedEventTextLen.field
  return 1578
end