CME ILink message header.
Assembly: OnixS.SimpleBinaryEncoding.dll
public struct CmeILinkHeader : IHeader, IEquatable<CmeILinkHeader>
Properties
Declaration
public ushort BlockLength { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort EncodingType { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public readonly ushort FramingHeaderSize { get; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort MsgSize { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort SchemaID { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort TemplateID { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Declaration
public ushort Version { get; set; }
Property Value
Type |
Description |
System.UInt16 |
|
Methods
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(CmeILinkHeader other)
Parameters
Type |
Name |
Description |
CmeILinkHeader |
other |
An object to compare with this object.
|
Returns
Type |
Description |
System.Boolean |
true if the current object is equal to the other parameter; otherwise, false.
|
Indicates whether the current object is equal to another object of the same type.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
An object to compare with this object.
|
Returns
Type |
Description |
System.Boolean |
true if the current object is equal to the other parameter; otherwise, false.
|
Serves as the default hash function.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
A hash code for the current object.
|
Operators
Declaration
public static bool operator ==(CmeILinkHeader left, CmeILinkHeader right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Declaration
public static bool operator !=(CmeILinkHeader left, CmeILinkHeader right)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Implements
IEquatable<>