Class: Quickfix::CashDistribAgentAcctNumber

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ CashDistribAgentAcctNumber

Returns a new instance of CashDistribAgentAcctNumber.



6896
6897
6898
6899
6900
6901
6902
# File 'lib/quickfix_fields.rb', line 6896

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

Class Method Details

.fieldObject



6893
6894
6895
# File 'lib/quickfix_fields.rb', line 6893

def CashDistribAgentAcctNumber.field
	return 500
end