Table of Contents

Struct OpenCloseSettlFlag

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

Constructors

OpenCloseSettlFlag(int)
OpenCloseSettlFlag(OpenCloseSettlFlag)

Fields

DAILY
ENTRY_FROM_PREVIOUS_BUSINESS_DAY
EXPECTED_ENTRY
NULL_VALUE
SESSION
THEORETICAL_PRICE
_DAILY_
_ENTRY_FROM_PREVIOUS_BUSINESS_DAY_
_EXPECTED_ENTRY_
_NULL_VALUE_
_SESSION_
_THEORETICAL_PRICE_

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

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

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