Class: Quickfix::ComplexEventFixingTimeBusinessCenter

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ComplexEventFixingTimeBusinessCenter

Returns a new instance of ComplexEventFixingTimeBusinessCenter.



41138
41139
41140
41141
41142
41143
41144
# File 'lib/quickfix_fields.rb', line 41138

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