Class: Quickfix::EncodedLegStreamTextLen

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

Returns a new instance of EncodedLegStreamTextLen.



39968
39969
39970
39971
39972
39973
39974
# File 'lib/quickfix_fields.rb', line 39968

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

Class Method Details

.fieldObject



39965
39966
39967
# File 'lib/quickfix_fields.rb', line 39965

def EncodedLegStreamTextLen.field
	return 40978
end