Class: Quickfix::NewsCategory
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ NewsCategory
Returns a new instance of NewsCategory.
8170 8171 8172 8173 8174 8175 8176 |
# File 'lib/quickfix_fields.rb', line 8170 def initialize(data = nil) if( data == nil ) super(1473) else super(1473, data) end end |
Class Method Details
.field ⇒ Object
8167 8168 8169 |
# File 'lib/quickfix_fields.rb', line 8167 def NewsCategory.field return 1473 end |