Table of Contents

Constructor PriceBandEventData

Namespace
Tooq.Tech.MD.BinaryProtocol.Client
Assembly
Tooq.MD.BinaryProtocol.dll

PriceBandEventData(uint, InstrumentId, MatchEventIndicator, MDUpdateAction, MDEntryType, PriceBandType?, PriceLimitType?, PriceBandMidpointPriceType?, decimal?, decimal?, decimal?, ulong, uint?)

public PriceBandEventData(uint sequenceNumber, InstrumentId instrumentId, MatchEventIndicator matchEventIndicator, MDUpdateAction mdUpdateAction, MDEntryType mdEntryType, PriceBandType? priceBandType, PriceLimitType? priceLimitType, PriceBandMidpointPriceType? priceBandMidpointPriceType, decimal? lowLimitPrice, decimal? highLimitPrice, decimal? tradingReferencePrice, ulong mdEntryTimestamp, uint? rptSeq)

Parameters

sequenceNumber uint
instrumentId InstrumentId
matchEventIndicator MatchEventIndicator
mdUpdateAction MDUpdateAction
mdEntryType MDEntryType
priceBandType PriceBandType?
priceLimitType PriceLimitType?
priceBandMidpointPriceType PriceBandMidpointPriceType?
lowLimitPrice decimal?
highLimitPrice decimal?
tradingReferencePrice decimal?
mdEntryTimestamp ulong
rptSeq uint?