Table of Contents

Struct TrdSubType

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

Constructors

TrdSubType(int)
TrdSubType(TrdSubType)

Fields

BLOCK_BOOK_TRADE
LEG_TRADE
MIDPOINT_TRADE
MULTI_ASSET_TRADE
NULL_VALUE
RFQ_TRADE
RLP_TRADE
TAA_TRADE
TAC_TRADE
_BLOCK_BOOK_TRADE_
_LEG_TRADE_
_MIDPOINT_TRADE_
_MULTI_ASSET_TRADE_
_NULL_VALUE_
_RFQ_TRADE_
_RLP_TRADE_
_TAA_TRADE_
_TAC_TRADE_

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

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

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 ==(TrdSubType, TrdSubType)
operator !=(TrdSubType, TrdSubType)