Class: Quickfix::OrderCategory

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ OrderCategory

Returns a new instance of OrderCategory.



135386
135387
135388
135389
135390
135391
135392
# File 'ext/quickfix/QuickfixRuby.cpp', line 135386

def initialize(data = nil)
  if( data == nil )
    super(1115)
  else
    super(1115, data)
  end
end

Class Method Details

.fieldObject



14758
14759
14760
# File 'lib/quickfix_fields.rb', line 14758

def OrderCategory.field
  return 1115
end