Class: Quickfix::ComplexEventPeriodTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ComplexEventPeriodTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventPeriodTime
constructor
A new instance of ComplexEventPeriodTime.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventPeriodTime
Returns a new instance of ComplexEventPeriodTime.
40891 40892 40893 40894 40895 40896 40897 |
# File 'lib/quickfix_fields.rb', line 40891 def initialize(data = nil) if( data == nil ) super(41009) else super(41009, data) end end |