Class: Quickfix::TaxonomyType

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

Instance Method Summary collapse

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