Class: Quickfix::UnderlyingComplexEventBusinessCenter

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

Returns a new instance of UnderlyingComplexEventBusinessCenter.



52266
52267
52268
52269
52270
52271
52272
# File 'lib/quickfix_fields.rb', line 52266

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

Class Method Details

.fieldObject



52263
52264
52265
# File 'lib/quickfix_fields.rb', line 52263

def UnderlyingComplexEventBusinessCenter.field
  return 41731
end