Class: Quickfix::TotNoAllocs

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) ⇒ TotNoAllocs



113850
113851
113852
113853
113854
113855
113856
# File 'ext/quickfix/QuickfixRuby.cpp', line 113850

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

Class Method Details

.fieldObject



11924
11925
11926
# File 'lib/quickfix_fields.rb', line 11924

def TotNoAllocs.field
  return 892
end