Class: Quickfix::UnderlyingComplexEventDateBusinessCenter

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

Returns a new instance of UnderlyingComplexEventDateBusinessCenter.



52357
52358
52359
52360
52361
52362
52363
# File 'lib/quickfix_fields.rb', line 52357

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

Class Method Details

.fieldObject



52354
52355
52356
# File 'lib/quickfix_fields.rb', line 52354

def UnderlyingComplexEventDateBusinessCenter.field
	return 41738
end