Click or drag to resize
Update Constructor
Constructs an update class

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public Update(
	UpdateType updateType,
	ulong recordId,
	string key,
	Field[] fields
)

Parameters

updateType
Type: Six.Sixp.ClientUpdateType
Type of update
recordId
Type: SystemUInt64
The record id
key
Type: SystemString
The key
fields
Type: Six.Sixp.ClientField
List of fields that have been updated.
Remarks
Key is unique in tables such as /rt/stock/all, but not in /rt/stock/order. All ordebook levels for a certain stock have the same key. Record id on the other hand is totally unique, but is not the same for the same record in different servers. Key is the same in every server.
See Also