Table of Contents

Struct TradingSessionSubID

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

Constructors

TradingSessionSubID(int)
TradingSessionSubID(TradingSessionSubID)

Fields

CLOSE
FINAL_CLOSING_CALL
FORBIDDEN
NULL_VALUE
OPEN
PAUSE
RESERVED
UNKNOWN_OR_INVALID
_CLOSE_
_FINAL_CLOSING_CALL_
_FORBIDDEN_
_NULL_VALUE_
_OPEN_
_PAUSE_
_RESERVED_
_UNKNOWN_OR_INVALID_

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(TradingSessionSubID)

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(TradingSessionSubID)

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

GetHashCode()

Returns the hash code for this instance.

ToString()

Returns the fully qualified type name of this instance.

Operators

operator ==(TradingSessionSubID, TradingSessionSubID)
operator !=(TradingSessionSubID, TradingSessionSubID)