Class: Quickfix::AllocMethod

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

Returns a new instance of AllocMethod.



124716
124717
124718
124719
124720
124721
124722
# File 'ext/quickfix/QuickfixRuby.cpp', line 124716

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

Class Method Details

.fieldObject



13354
13355
13356
# File 'lib/quickfix_fields.rb', line 13354

def AllocMethod.field
	return 1002
end