Class: Quickfix::NewsCategory
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NewsCategory
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NewsCategory
constructor
A new instance of NewsCategory.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NewsCategory
Returns a new instance of NewsCategory.
19493 19494 19495 19496 19497 19498 19499 |
# File 'lib/quickfix_fields.rb', line 19493 def initialize(data = nil) if( data == nil ) super(1473) else super(1473, data) end end |
Class Method Details
.field ⇒ Object
19490 19491 19492 |
# File 'lib/quickfix_fields.rb', line 19490 def NewsCategory.field return 1473 end |