Table of Contents

Struct InstrumentSnapshotEventData

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

Constructors

InstrumentSnapshotEventData(InstrumentId, uint, decimal, decimal?, decimal?, decimal?, decimal, decimal?, decimal?, decimal?, decimal?, decimal?, decimal?, uint?, uint?, uint?, AggressorSide?, TradeCondition?, ushort?, decimal?, TrdSubType?, PriceBandDetail?, PriceBandDetail?, PriceBandDetail?, PriceBandDetail?, PriceBandDetail?, long, decimal?, decimal?, long, long?, long?, DateTime, SecurityTradingStatus, decimal?, long?, ImbalanceCondition?, long?, decimal?, ushort?, decimal?, ushort?, SecurityTradingEvent, decimal?, uint?, uint?, decimal?, uint?, uint?)

Fields

FBETypeConst
askOrders
askSize
auctionPriceBand
averageDailyTradedQuantity
bidOrders
bidSize
dailyClosingPrice
dailyOpeningPrice
expectedClosingPrice
expectedOpeningPrice
hardLimitPriceBand
highPrice
imbalanceCondition
imbalanceQuantity
instrumentId
lastPrice
lastQuantity
lastTradeAggressorSide
lastTradeBuyer
lastTradeCondition
lastTradeId
lastTradeInterestRate
lastTradeSeller
lastTradeSubType
latestInstrumentSequenceNumber
lowPrice
maxTradeVolume
netChangePreviousDay
numberOfTrades
previousBusinessDayClosingPrice
previousBusinessDayOpeningPrice
previousBusinessDaySettlementPrice
previousBusinessDaySettlementPriceType
referencePrice
rejectionPriceBand
securityTradingEvent
securityTradingStatus
sellerDays
sessionOpeningPrice
settlementPrice
settlementPriceType
staticLimitsPriceBand
theoreticalOpeningPrice
theoreticalOpeningQuantity
topAsk
topBid
tradeDate
tradeVolume
vwapPrice

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

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

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