Class: Quickfix::NoLegAllocs

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

Returns a new instance of NoLegAllocs.



92314
92315
92316
92317
92318
92319
92320
# File 'ext/quickfix/QuickfixRuby.cpp', line 92314

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

Class Method Details

.fieldObject



9090
9091
9092
# File 'lib/quickfix_fields.rb', line 9090

def NoLegAllocs.field
	return 670
end