Class: Quickfix::CashDistribAgentAcctName

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashDistribAgentAcctName

Returns a new instance of CashDistribAgentAcctName.



7988
7989
7990
7991
7992
7993
7994
# File 'lib/quickfix_fields.rb', line 7988

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

Class Method Details

.fieldObject



7985
7986
7987
# File 'lib/quickfix_fields.rb', line 7985

def CashDistribAgentAcctName.field
	return 502
end