Class: Quickfix::EncodedUnderlyingStreamTextLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedUnderlyingStreamTextLen

Returns a new instance of EncodedUnderlyingStreamTextLen.



40098
40099
40100
40101
40102
40103
40104
# File 'lib/quickfix_fields.rb', line 40098

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