Table of Contents

Struct MultiLegPriceMethod

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

Constructors

MultiLegPriceMethod(int)
MultiLegPriceMethod(MultiLegPriceMethod)

Fields

CONTRACT_WEIGHTED_AVERAGE_PRICE
INDIVIDUAL
MULTIPLIED_PRICE
NET_PRICE
NULL_VALUE
REVERSED_NET_PRICE
YIELD_DIFFERENCE
_CONTRACT_WEIGHTED_AVERAGE_PRICE_
_INDIVIDUAL_
_MULTIPLIED_PRICE_
_NET_PRICE_
_NULL_VALUE_
_REVERSED_NET_PRICE_
_YIELD_DIFFERENCE_

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

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

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