Classes Files

Wombat::MamaReservedFields

Maintains a cache of common field descriptors.

Public Attributes

  Name
readonly MamaFieldDescriptor MsgStatus
readonly MamaFieldDescriptor SeqNum
readonly MamaFieldDescriptor MsgNum
readonly MamaFieldDescriptor MsgTotal
readonly MamaFieldDescriptor AppMsgType
readonly MamaFieldDescriptor MsgType
readonly MamaFieldDescriptor SenderId
readonly MamaFieldDescriptor SendTime
readonly MamaFieldDescriptor SymbolList
readonly MamaFieldDescriptor EntitleCode

Public Attributes Documentation

variable MsgStatus

static readonly MamaFieldDescriptor MsgStatus = new MamaFieldDescriptor(2, mamaFieldType.MAMA_FIELD_TYPE_I32, "MdMsgStatus");

variable SeqNum

static readonly MamaFieldDescriptor SeqNum = new MamaFieldDescriptor(10, mamaFieldType.MAMA_FIELD_TYPE_I64, "MdSeqNum");

variable MsgNum

static readonly MamaFieldDescriptor MsgNum = new MamaFieldDescriptor(7, mamaFieldType.MAMA_FIELD_TYPE_I32, "MdMsgNum");

variable MsgTotal

static readonly MamaFieldDescriptor MsgTotal = new MamaFieldDescriptor(8, mamaFieldType.MAMA_FIELD_TYPE_I32, "MdMsgTotal");

variable AppMsgType

static readonly MamaFieldDescriptor AppMsgType = new MamaFieldDescriptor(18, mamaFieldType.MAMA_FIELD_TYPE_I32, "MamaAppMsgType");

variable MsgType

static readonly MamaFieldDescriptor MsgType = new MamaFieldDescriptor(1, mamaFieldType.MAMA_FIELD_TYPE_I32, "MdMsgType");

variable SenderId

static readonly MamaFieldDescriptor SenderId = new MamaFieldDescriptor(20,mamaFieldType.MAMA_FIELD_TYPE_U64,"MamaSenderId");

variable SendTime

static readonly MamaFieldDescriptor SendTime =  new MamaFieldDescriptor(16, mamaFieldType.MAMA_FIELD_TYPE_TIME, "MamaSendTime");

variable SymbolList

static readonly MamaFieldDescriptor SymbolList = new MamaFieldDescriptor(81, mamaFieldType.MAMA_FIELD_TYPE_STRING, "MamaSymbolList");

variable EntitleCode

static readonly MamaFieldDescriptor EntitleCode = new MamaFieldDescriptor(496, mamaFieldType.MAMA_FIELD_TYPE_I32, "wEntitleCode");

Updated on 2023-03-31 at 15:29:33 +0100