Class: Quickfix::NewsCategory

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



19438
19439
19440
# File 'lib/quickfix_fields.rb', line 19438

def NewsCategory.field
  return 1473
end