Package deltix.qsrv.hf.blocks
Class TimeEntry
- java.lang.Object
-
- deltix.qsrv.hf.blocks.TimeEntry
-
- All Implemented Interfaces:
TimeIdentity
,deltix.qsrv.hf.pub.InstrumentIdentity
- Direct Known Subclasses:
BufferedSorter.Entry
public class TimeEntry extends java.lang.Object implements TimeIdentity
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimeIdentity
create(deltix.qsrv.hf.pub.InstrumentIdentity id)
TimeEntry
get(deltix.qsrv.hf.pub.InstrumentIdentity id)
deltix.qsrv.hf.pub.InstrumentType
getInstrumentType()
java.lang.CharSequence
getSymbol()
long
getTime()
void
setTime(long timestamp)
-
-
-
Method Detail
-
get
public TimeEntry get(deltix.qsrv.hf.pub.InstrumentIdentity id)
- Specified by:
get
in interfaceTimeIdentity
-
create
public TimeIdentity create(deltix.qsrv.hf.pub.InstrumentIdentity id)
- Specified by:
create
in interfaceTimeIdentity
-
getSymbol
public java.lang.CharSequence getSymbol()
- Specified by:
getSymbol
in interfacedeltix.qsrv.hf.pub.InstrumentIdentity
-
getTime
public long getTime()
- Specified by:
getTime
in interfaceTimeIdentity
-
setTime
public void setTime(long timestamp)
- Specified by:
setTime
in interfaceTimeIdentity
-
getInstrumentType
public deltix.qsrv.hf.pub.InstrumentType getInstrumentType()
- Specified by:
getInstrumentType
in interfacedeltix.qsrv.hf.pub.InstrumentIdentity
-
-