Table of Contents

Struct Product

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

Constructors

Product(int)
Product(Product)

Fields

COMMODITY
CORPORATE
CURRENCY
ECONOMIC_INDICATOR
EQUITY
GOVERNMENT
INDEX
MULTILEG
NULL_VALUE
_COMMODITY_
_CORPORATE_
_CURRENCY_
_ECONOMIC_INDICATOR_
_EQUITY_
_GOVERNMENT_
_INDEX_
_MULTILEG_
_NULL_VALUE_

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

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

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