Class: Quickfix::LastUpdateTime

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from UtcTimeStampField

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

Constructor Details

#initialize(data = nil) ⇒ LastUpdateTime

Returns a new instance of LastUpdateTime.



10640
10641
10642
10643
10644
10645
10646
# File 'lib/quickfix_fields.rb', line 10640

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

Class Method Details

.fieldObject



10637
10638
10639
# File 'lib/quickfix_fields.rb', line 10637

def LastUpdateTime.field
	return 779
end