Class: Quickfix::EncodedMktSegmDescLen

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedMktSegmDescLen

Returns a new instance of EncodedMktSegmDescLen.



17712
17713
17714
17715
17716
17717
17718
# File 'lib/quickfix_fields.rb', line 17712

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