Class: Quickfix::UnderlyingComplexEventFixingTimeBusinessCenter

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

Returns a new instance of UnderlyingComplexEventFixingTimeBusinessCenter.



52474
52475
52476
52477
52478
52479
52480
# File 'lib/quickfix_fields.rb', line 52474

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

Class Method Details

.fieldObject



52471
52472
52473
# File 'lib/quickfix_fields.rb', line 52471

def UnderlyingComplexEventFixingTimeBusinessCenter.field
  return 41747
end