Class: Quickfix::AllocLinkID

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ AllocLinkID

Returns a new instance of AllocLinkID.



44144
44145
44146
44147
44148
44149
44150
# File 'ext/quickfix/QuickfixRuby.cpp', line 44144

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

Class Method Details

.fieldObject



2837
2838
2839
# File 'lib/quickfix_fields.rb', line 2837

def AllocLinkID.field
	return 196
end