Enum CounterType
Identifies the type of transaction counter.
This type identifier is used to define what kind of counters shall be returned in the "CounterRequest" response.
The following values are valid:
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum CounterType
Fields
Name | Description |
---|---|
Balance | Final balance / Daily closing counters. |
Shift | Shift counters. |
Unknown | Invalid/unknown constant value. |