Class: Quickfix::MDStatisticEndTime
- Inherits:
-
UtcTimeOnlyField
- Object
- UtcTimeOnlyField
- Quickfix::MDStatisticEndTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MDStatisticEndTime
constructor
A new instance of MDStatisticEndTime.
Constructor Details
#initialize(data = nil) ⇒ MDStatisticEndTime
Returns a new instance of MDStatisticEndTime.
60989 60990 60991 60992 60993 60994 60995 |
# File 'lib/quickfix_fields.rb', line 60989 def initialize(data = nil) if( data == nil ) super(2471) else super(2471, data) end end |