Class: Quickfix::NoUnderlyingComplexEventTimes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingComplexEventTimes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventTimes
constructor
A new instance of NoUnderlyingComplexEventTimes.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventTimes
Returns a new instance of NoUnderlyingComplexEventTimes.
26916 26917 26918 26919 26920 26921 26922 |
# File 'lib/quickfix_fields.rb', line 26916 def initialize(data = nil) if( data == nil ) super(2056) else super(2056, data) end end |