Class: Quickfix::ComplexEventDateBusinessCenter

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

Returns a new instance of ComplexEventDateBusinessCenter.



41021
41022
41023
41024
41025
41026
41027
# File 'lib/quickfix_fields.rb', line 41021

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

Class Method Details

.fieldObject



41018
41019
41020
# File 'lib/quickfix_fields.rb', line 41018

def ComplexEventDateBusinessCenter.field
	return 41019
end