Class: Quickfix::UnderlyingComplexEventCurrencyOneCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyOneCodeSource

Returns a new instance of UnderlyingComplexEventCurrencyOneCodeSource.



79176
79177
79178
79179
79180
79181
79182
# File 'lib/quickfix_fields.rb', line 79176

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