Class: Quickfix::CashDistribAgentAcctName

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

Returns a new instance of CashDistribAgentAcctName.



90844
90845
90846
90847
90848
90849
90850
# File 'ext/quickfix/QuickfixRuby.cpp', line 90844

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

Class Method Details

.fieldObject



8895
8896
8897
# File 'lib/quickfix_fields.rb', line 8895

def CashDistribAgentAcctName.field
	return 502
end