Class: Quickfix::MDStatisticEndTime

Inherits:
UtcTimeOnlyField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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