Class: Quickfix::AllocLinkType

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

Returns a new instance of AllocLinkType.



44242
44243
44244
44245
44246
44247
44248
# File 'ext/quickfix/QuickfixRuby.cpp', line 44242

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

Class Method Details

.fieldObject



2850
2851
2852
# File 'lib/quickfix_fields.rb', line 2850

def AllocLinkType.field
	return 197
end