Class: Quickfix::AcctIDSource

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

Returns a new instance of AcctIDSource.



91334
91335
91336
91337
91338
91339
91340
# File 'ext/quickfix/QuickfixRuby.cpp', line 91334

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

Class Method Details

.fieldObject



8960
8961
8962
# File 'lib/quickfix_fields.rb', line 8960

def AcctIDSource.field
	return 660
end