Class: Quickfix::MDStatisticStartTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeOnlyField

#<, #==, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MDStatisticStartTime

Returns a new instance of MDStatisticStartTime.



60976
60977
60978
60979
60980
60981
60982
# File 'lib/quickfix_fields.rb', line 60976

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

Class Method Details

.fieldObject



60973
60974
60975
# File 'lib/quickfix_fields.rb', line 60973

def MDStatisticStartTime.field
	return 2470
end