Class: Quickfix::TaxonomyType
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TaxonomyType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TaxonomyType
constructor
A new instance of TaxonomyType.
Methods inherited from CharField
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
.field ⇒ Object
57333 57334 57335 |
# File 'lib/quickfix_fields.rb', line 57333 def TaxonomyType.field return 2375 end |