Class: Quickfix::LegAllocAcctIDSource

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

Returns a new instance of LegAllocAcctIDSource.



92706
92707
92708
92709
92710
92711
92712
# File 'ext/quickfix/QuickfixRuby.cpp', line 92706

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

Class Method Details

.fieldObject



9142
9143
9144
# File 'lib/quickfix_fields.rb', line 9142

def LegAllocAcctIDSource.field
	return 674
end