Class: Quickfix::EncodedMktSegmDesc

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EncodedMktSegmDesc



17725
17726
17727
17728
17729
17730
17731
# File 'lib/quickfix_fields.rb', line 17725

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

Class Method Details

.fieldObject



17722
17723
17724
# File 'lib/quickfix_fields.rb', line 17722

def EncodedMktSegmDesc.field
	return 1398
end