Table of Contents

Struct TradeCondition

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

Constructors

TradeCondition(int)
TradeCondition(TradeCondition)

Fields

BLOCK_TRADE
CROSSED
LAST_TRADE_AT_SAME_PRICE
OPENING_PRICE
OUT_OF_SEQUENCE
REGULAR_TRADE
TRADE_ON_BEHALF
_BLOCK_TRADE_
_CROSSED_
_LAST_TRADE_AT_SAME_PRICE_
_OPENING_PRICE_
_OUT_OF_SEQUENCE_
_REGULAR_TRADE_
_TRADE_ON_BEHALF_

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

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

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Returns the hash code for this instance.

HasFlags(TradeCondition)
RemoveFlags(TradeCondition)
SetFlags(TradeCondition)
ToString()

Returns the fully qualified type name of this instance.

Operators

operator &(TradeCondition, TradeCondition)
operator |(TradeCondition, TradeCondition)
operator ==(TradeCondition, TradeCondition)
operator ^(TradeCondition, TradeCondition)
operator !=(TradeCondition, TradeCondition)