Package deltix.qsrv.hf.blocks.booksim
Class AggregatedBookPairs
- java.lang.Object
-
- deltix.qsrv.hf.blocks.booksim.AggregatedBookPairs
-
- All Implemented Interfaces:
BookPairHolder
,deltix.qsrv.hf.pub.InstrumentIdentity
public class AggregatedBookPairs extends java.lang.Object implements deltix.qsrv.hf.pub.InstrumentIdentity, BookPairHolder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description deltix.qsrv.hf.pub.InstrumentType
getInstrumentType()
BookPair
getOrCreateBookPair(java.lang.CharSequence exchangeCode)
BookPair
getOrCreateBookPair(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
BookPair
getOrCreateBookPair(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type, int maxNumLevels)
deltix.timebase.api.messages.L2Message
getSnapshot()
deltix.timebase.api.messages.L2Message
getSnapshot(int size)
java.lang.CharSequence
getSymbol()
-
-
-
Method Detail
-
getSymbol
public java.lang.CharSequence getSymbol()
- Specified by:
getSymbol
in interfacedeltix.qsrv.hf.pub.InstrumentIdentity
-
getInstrumentType
public deltix.qsrv.hf.pub.InstrumentType getInstrumentType()
- Specified by:
getInstrumentType
in interfacedeltix.qsrv.hf.pub.InstrumentIdentity
-
getOrCreateBookPair
public BookPair getOrCreateBookPair(java.lang.CharSequence exchangeCode)
-
getOrCreateBookPair
public BookPair getOrCreateBookPair(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type)
- Specified by:
getOrCreateBookPair
in interfaceBookPairHolder
-
getOrCreateBookPair
public BookPair getOrCreateBookPair(java.lang.CharSequence exchangeCode, java.lang.CharSequence symbol, deltix.qsrv.hf.pub.InstrumentType type, int maxNumLevels)
-
getSnapshot
public deltix.timebase.api.messages.L2Message getSnapshot()
-
getSnapshot
public deltix.timebase.api.messages.L2Message getSnapshot(int size)
-
-