Class: Quickfix::NoAllocs

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

Returns a new instance of NoAllocs.



34564
34565
34566
34567
34568
34569
34570
# File 'ext/quickfix/QuickfixRuby.cpp', line 34564

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

Class Method Details

.fieldObject



1589
1590
1591
# File 'lib/quickfix_fields.rb', line 1589

def NoAllocs.field
  return 78
end