Table of Contents

Struct SecurityType

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

Constructors

SecurityType(int)
SecurityType(SecurityType)

Fields

CASH
CORP
CS
DTERM
ETF
FOPT
FORWARD
FUT
INDEX
INDEXOPT
MLEG
NULL_VALUE
OPT
OPTEXER
PS
SECLOAN
SOPT
SPOT
_CASH_
_CORP_
_CS_
_DTERM_
_ETF_
_FOPT_
_FORWARD_
_FUT_
_INDEXOPT_
_INDEX_
_MLEG_
_NULL_VALUE_
_OPTEXER_
_OPT_
_PS_
_SECLOAN_
_SOPT_
_SPOT_

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

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

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