Class: Quickfix::MDStatisticEndDate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDStatisticEndDate

Returns a new instance of MDStatisticEndDate.



60963
60964
60965
60966
60967
60968
60969
# File 'lib/quickfix_fields.rb', line 60963

def initialize(data = nil)
	if( data == nil )
		super(2469)
	else
		super(2469, data)
	end
end