• Version 4.4.3
Show / Hide Table of Contents

Struct CmeILinkHeader

CME ILink 3 message header.

Implements
IMessageHeaderWithEncodingType
IMessageHeader
IEquatable<CmeILinkHeader>
Inherited Members
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
[EncodingTypeForEncoder(51966)]
public struct CmeILinkHeader : IMessageHeaderWithEncodingType, IMessageHeader, IEquatable<CmeILinkHeader>
Remarks

See https://www.cmegroup.com/confluence/display/EPICSANDBOX/iLink+3+-+Simple+Binary+Encoding#iLink3SimpleBinaryEncoding-MessageStructure.

Properties

BlockLength

Declaration
public ushort BlockLength { readonly get; set; }
Property Value
Type Description
ushort

Size of the message root block.

EncodingType

Declaration
public ushort EncodingType { readonly get; set; }
Property Value
Type Description
ushort

The identifier of the encoding used in the message payload.

MessageLength

Declaration
public ushort MessageLength { readonly get; set; }
Property Value
Type Description
ushort

The overall message size, including this message header.

SchemaID

Declaration
public ushort SchemaID { readonly get; set; }
Property Value
Type Description
ushort

SBE Schema identifier.

TemplateID

Declaration
public ushort TemplateID { readonly get; set; }
Property Value
Type Description
ushort

Message Template identifier.

Version

Declaration
public ushort Version { readonly get; set; }
Property Value
Type Description
ushort

SBE Schema version.

Methods

Equals(CmeILinkHeader)

Indicates whether the current object is equal to another object of the same type.

Declaration
public readonly bool Equals(CmeILinkHeader other)
Parameters
Type Name Description
CmeILinkHeader other

An object to compare with this object

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false

Equals(object)

Indicates whether the current object is equal to another object of the same type.

Declaration
public override readonly bool Equals(object obj)
Parameters
Type Name Description
object obj

An object to compare with this object

Returns
Type Description
bool

true if the current object is equal to the other parameter; otherwise, false

Overrides
ValueType.Equals(object)

GetHashCode()

Serves as the default hash function.

Declaration
public override readonly int GetHashCode()
Returns
Type Description
int

A hash code for the current object

Overrides
ValueType.GetHashCode()

Operators

operator ==(CmeILinkHeader, CmeILinkHeader)

Declaration
public static bool operator ==(CmeILinkHeader left, CmeILinkHeader right)
Parameters
Type Name Description
CmeILinkHeader left
CmeILinkHeader right
Returns
Type Description
bool

operator !=(CmeILinkHeader, CmeILinkHeader)

Declaration
public static bool operator !=(CmeILinkHeader left, CmeILinkHeader right)
Parameters
Type Name Description
CmeILinkHeader left
CmeILinkHeader right
Returns
Type Description
bool

Implements

IMessageHeaderWithEncodingType
IMessageHeader
IEquatable<T>
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX