Class: Quickfix::NewsCategory
- Inherits:
-
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
- Object
- ((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
- Quickfix::NewsCategory
- Defined in:
- lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(*args, self) ⇒ NewsCategory
constructor
A new instance of NewsCategory.
Constructor Details
#initialize(*args, self) ⇒ NewsCategory
Returns a new instance of NewsCategory.
170838 170839 170840 170841 170842 170843 170844 |
# File 'ext/quickfix/QuickfixRuby.cpp', line 170838 def initialize(data = nil) if( data == nil ) super(1473) else super(1473, data) end end |
Class Method Details
.field ⇒ Object
19438 19439 19440 |
# File 'lib/quickfix_fields.rb', line 19438 def NewsCategory.field return 1473 end |