Class: Quickfix::TaxonomyType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TaxonomyType

Returns a new instance of TaxonomyType.



57336
57337
57338
57339
57340
57341
57342
# File 'lib/quickfix_fields.rb', line 57336

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

Class Method Details

.fieldObject



57333
57334
57335
# File 'lib/quickfix_fields.rb', line 57333

def TaxonomyType.field
	return 2375
end