Class: Quickfix::UnderlyingComplexEventBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventBusinessCenter
constructor
A new instance of UnderlyingComplexEventBusinessCenter.
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 |