Table of Contents

Struct MatchEventIndicator

Namespace
Tooq.Tech.MD.BinaryProtocol.Client
Assembly
Tooq.MD.BinaryProtocol.dll
public struct MatchEventIndicator : IComparable, IComparable<MatchEventIndicator>, IEquatable<MatchEventIndicator>
Implements
Inherited Members

Constructors

MatchEventIndicator(int)
MatchEventIndicator(MatchEventIndicator)

Fields

END_OF_EVENT
LAST_IMPLIED_MSG
LAST_QUOTE_MSG
LAST_STATS_MSG
LAST_TRADE_MSG
LAST_VOLUME_MSG
RECOVERY_MSG
RESERVED
_END_OF_EVENT_
_LAST_IMPLIED_MSG_
_LAST_QUOTE_MSG_
_LAST_STATS_MSG_
_LAST_TRADE_MSG_
_LAST_VOLUME_MSG_
_RECOVERY_MSG_
_RESERVED_

Properties

Default
Value

Methods

CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CompareTo(MatchEventIndicator)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

CreateFieldModel(Buffer, long)
Equals(object)

Indicates whether this instance and a specified object are equal.

Equals(MatchEventIndicator)

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

GetHashCode()

Returns the hash code for this instance.

HasFlags(MatchEventIndicator)
RemoveFlags(MatchEventIndicator)
SetFlags(MatchEventIndicator)
ToString()

Returns the fully qualified type name of this instance.

Operators

operator &(MatchEventIndicator, MatchEventIndicator)
operator |(MatchEventIndicator, MatchEventIndicator)
operator ==(MatchEventIndicator, MatchEventIndicator)
operator ^(MatchEventIndicator, MatchEventIndicator)
operator !=(MatchEventIndicator, MatchEventIndicator)