Class: Quickfix::CommCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ CommCurrencyCodeSource

Returns a new instance of CommCurrencyCodeSource.



78838
78839
78840
78841
78842
78843
78844
# File 'lib/quickfix_fields.rb', line 78838

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