public class BuiltinFields extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EVENT_FIELDS_PREFIX
All built-in event fields are prefixed with this string.
|
static String |
EVENT_FLAGS_FIELD_NAME
This pseudo field name is reserved to represent event flags and cannot
be used as any kind of field name.
|
static String |
EVENT_SEQUENCE_FIELD_NAME
The name of virtual field that stores EventSequence.
|
static String |
EVENT_SYMBOL_FIELD_NAME
This pseudo field name is reserved to represent the symbol and cannot
be used as any kind of field name.
|
static String |
EVENT_TIME_FIELD_NAME
The name of virtual field that stores EventTime.
|
static String |
SYMBOL_FIELD_NAME
Deprecated.
|
public static final String SYMBOL_FIELD_NAME
EVENT_SYMBOL_FIELD_NAME
public static final String EVENT_FIELDS_PREFIX
DESCRIBE_RECORDS
message as first one, they
are always transmitted even when special message flags like REMOVE_EVENT
are used.public static final String EVENT_SYMBOL_FIELD_NAME
public static final String EVENT_FLAGS_FIELD_NAME
public static final String EVENT_TIME_FIELD_NAME
public static final String EVENT_SEQUENCE_FIELD_NAME
Copyright © 2002–2025 Devexperts LLC. All rights reserved.