Class: Quickfix::EncodedStreamTextLen

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

Returns a new instance of EncodedStreamTextLen.



40020
40021
40022
40023
40024
40025
40026
# File 'lib/quickfix_fields.rb', line 40020

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

Class Method Details

.fieldObject



40017
40018
40019
# File 'lib/quickfix_fields.rb', line 40017

def EncodedStreamTextLen.field
  return 40982
end