Class: Quickfix::RegistAcctType

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

Returns a new instance of RegistAcctType.



73816
73817
73818
73819
73820
73821
73822
# File 'ext/quickfix/QuickfixRuby.cpp', line 73816

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

Class Method Details

.fieldObject



6659
6660
6661
# File 'lib/quickfix_fields.rb', line 6659

def RegistAcctType.field
	return 493
end