Class: Quickfix::ComplexEventBusinessCenter

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



40927
40928
40929
# File 'lib/quickfix_fields.rb', line 40927

def ComplexEventBusinessCenter.field
	return 41012
end