uk.co.real_logic.artio.storage.messages.MetaAttribute Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of artio-codecs Show documentation
Show all versions of artio-codecs Show documentation
High-Performance FIX Gateway
/* Generated SBE (Simple Binary Encoding) message codec. */
package uk.co.real_logic.artio.storage.messages;
/**
* Meta attribute enum for selecting a particular meta attribute value.
*/
@SuppressWarnings("all")
public enum MetaAttribute
{
/**
* The epoch or start of time. Default is 'UNIX' which is midnight 1st January 1970 UTC.
*/
EPOCH,
/**
* Time unit applied to the epoch. Can be second, millisecond, microsecond, or nanosecond.
*/
TIME_UNIT,
/**
* The type relationship to a FIX tag value encoded type. For reference only.
*/
SEMANTIC_TYPE,
/**
* Field presence indication. Can be optional, required, or constant.
*/
PRESENCE
}