Class: Quickfix::CashSettlAgentAcctName

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

Returns a new instance of CashSettlAgentAcctName.



43066
43067
43068
43069
43070
43071
43072
# File 'ext/quickfix/QuickfixRuby.cpp', line 43066

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

Class Method Details

.fieldObject



2694
2695
2696
# File 'lib/quickfix_fields.rb', line 2694

def CashSettlAgentAcctName.field
	return 185
end