Class: Quickfix::CashDistribAgentAcctNumber

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

Instance Method Summary collapse

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