Class: Quickfix::ComplexEventCurrencyTwoCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventCurrencyTwoCodeSource

Returns a new instance of ComplexEventCurrencyTwoCodeSource.



79111
79112
79113
79114
79115
79116
79117
# File 'lib/quickfix_fields.rb', line 79111

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