Class: Quickfix::EncodedUnderlyingStreamTextLen

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

Class Method Details

.fieldObject



40095
40096
40097
# File 'lib/quickfix_fields.rb', line 40095

def EncodedUnderlyingStreamTextLen.field
	return 40988
end