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