Class: Quickfix::AllocStatus

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

Returns a new instance of AllocStatus.



35446
35447
35448
35449
35450
35451
35452
# File 'ext/quickfix/QuickfixRuby.cpp', line 35446

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

Class Method Details

.fieldObject



1706
1707
1708
# File 'lib/quickfix_fields.rb', line 1706

def AllocStatus.field
	return 87
end