Class: Quickfix::AllocAccountType

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

Returns a new instance of AllocAccountType.



104834
104835
104836
104837
104838
104839
104840
# File 'ext/quickfix/QuickfixRuby.cpp', line 104834

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

Class Method Details

.fieldObject



10728
10729
10730
# File 'lib/quickfix_fields.rb', line 10728

def AllocAccountType.field
	return 798
end