Class: Quickfix::UnderlyingComplexOptPayoutCurrencyCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexOptPayoutCurrencyCodeSource

Returns a new instance of UnderlyingComplexOptPayoutCurrencyCodeSource.



79163
79164
79165
79166
79167
79168
79169
# File 'lib/quickfix_fields.rb', line 79163

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