Class: Quickfix::ComplexEventFixingTimeBusinessCenter

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) ⇒ 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

Class Method Details

.fieldObject



41135
41136
41137
# File 'lib/quickfix_fields.rb', line 41135

def ComplexEventFixingTimeBusinessCenter.field
	return 41028
end