Class: Quickfix::ComplexEventStartTime
- Inherits:
-
UtcTimeOnlyField
- Object
- UtcTimeOnlyField
- Quickfix::ComplexEventStartTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventStartTime
constructor
A new instance of ComplexEventStartTime.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventStartTime
Returns a new instance of ComplexEventStartTime.
19779 19780 19781 19782 19783 19784 19785 |
# File 'lib/quickfix_fields.rb', line 19779 def initialize(data = nil) if( data == nil ) super(1495) else super(1495, data) end end |