Class: Quickfix::UnderlyingCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCurrencyCodeSource

Returns a new instance of UnderlyingCurrencyCodeSource.



78760
78761
78762
78763
78764
78765
78766
# File 'lib/quickfix_fields.rb', line 78760

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