Class: Quickfix::UnderlyingComplexEventCurrencyTwo

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventCurrencyTwo



52617
52618
52619
52620
52621
52622
52623
# File 'lib/quickfix_fields.rb', line 52617

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