Class: Quickfix::LastUpdateTime

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastUpdateTime

Returns a new instance of LastUpdateTime.



8937
8938
8939
8940
8941
8942
8943
# File 'lib/quickfix_fields.rb', line 8937

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

Class Method Details

.fieldObject



8934
8935
8936
# File 'lib/quickfix_fields.rb', line 8934

def LastUpdateTime.field
  return 779
end