Class: Quickfix::EncodedAllocText

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

Returns a new instance of EncodedAllocText.



4543
4544
4545
4546
4547
4548
4549
# File 'lib/quickfix_fields.rb', line 4543

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

Class Method Details

.fieldObject



4540
4541
4542
# File 'lib/quickfix_fields.rb', line 4540

def EncodedAllocText.field
	return 361
end