Class: Quickfix::LegComplexEventCurrencyTwoCodeSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegComplexEventCurrencyTwoCodeSource

Returns a new instance of LegComplexEventCurrencyTwoCodeSource.



79150
79151
79152
79153
79154
79155
79156
# File 'lib/quickfix_fields.rb', line 79150

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