Class: Quickfix::CashDistribAgentAcctNumber

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashDistribAgentAcctNumber

Returns a new instance of CashDistribAgentAcctNumber.



7338
7339
7340
7341
7342
7343
7344
# File 'lib/quickfix_fields.rb', line 7338

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

Class Method Details

.fieldObject



7335
7336
7337
# File 'lib/quickfix_fields.rb', line 7335

def CashDistribAgentAcctNumber.field
	return 500
end