Class: Quickfix::PayCollectCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PayCollectCurrencyCodeSource

Returns a new instance of PayCollectCurrencyCodeSource.



79267
79268
79269
79270
79271
79272
79273
# File 'lib/quickfix_fields.rb', line 79267

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