Class: Quickfix::EncodedLegStreamTextLen

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

Instance Method Summary collapse

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