Class: Quickfix::CashDistribAgentName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CashDistribAgentName

Returns a new instance of CashDistribAgentName.



6870
6871
6872
6873
6874
6875
6876
# File 'lib/quickfix_fields.rb', line 6870

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