Table of Contents

Struct TradeWithAggressorEventData

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

Constructors

TradeWithAggressorEventData(InstrumentId, TradeCondition, decimal, long, uint, AggressorSide, DateTime, ulong, uint?, uint?, TrdSubType?, long?, long?, uint?)

Fields

FBETypeConst
aggressorSide
cxlQty
instrumentId
mdEntryBuyer
mdEntryPx
mdEntrySeller
mdEntrySize
mdEntryTimestamp
rptSeq
tradeCondition
tradeDate
tradeID
tradedHiddenQty
trdSubType

Properties

Default
FBEType
id

Methods

Clone()
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(TradeWithAggressorEventData)

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

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