Class: Quickfix::UnderlyingComplexEventBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventBusinessCenter

Returns a new instance of UnderlyingComplexEventBusinessCenter.



52266
52267
52268
52269
52270
52271
52272
# File 'lib/quickfix_fields.rb', line 52266

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