Class: Quickfix::ComplexEventBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventBusinessCenter

Returns a new instance of ComplexEventBusinessCenter.



40930
40931
40932
40933
40934
40935
40936
# File 'lib/quickfix_fields.rb', line 40930

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