Class: Quickfix::AccountType

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

Returns a new instance of AccountType.



82232
82233
82234
82235
82236
82237
82238
# File 'ext/quickfix/QuickfixRuby.cpp', line 82232

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

Class Method Details

.fieldObject



7764
7765
7766
# File 'lib/quickfix_fields.rb', line 7764

def AccountType.field
	return 581
end