Class: Quickfix::UnderlyingComplexEventCurrencyTwoCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwoCodeSource

Returns a new instance of UnderlyingComplexEventCurrencyTwoCodeSource.



79189
79190
79191
79192
79193
79194
79195
# File 'lib/quickfix_fields.rb', line 79189

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