Package deltix.qsrv.hf.tickdb.pub
Class TickCursorFactory
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.pub.TickCursorFactory
-
public class TickCursorFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TickCursorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TickCursor
create(DXTickStream stream, long time)
static TickCursor
create(DXTickStream stream, long time, deltix.qsrv.hf.pub.InstrumentIdentity... entities)
static TickCursor
create(DXTickStream stream, long time, deltix.qsrv.hf.pub.InstrumentType type, java.lang.String... symbols)
static TickCursor
create(DXTickStream stream, long time, SelectionOptions options)
static TickCursor
create(DXTickStream stream, long time, SelectionOptions options, deltix.qsrv.hf.pub.InstrumentType type, java.lang.String... symbols)
-
-
-
Method Detail
-
create
public static TickCursor create(DXTickStream stream, long time)
-
create
public static TickCursor create(DXTickStream stream, long time, deltix.qsrv.hf.pub.InstrumentIdentity... entities)
-
create
public static TickCursor create(DXTickStream stream, long time, deltix.qsrv.hf.pub.InstrumentType type, java.lang.String... symbols)
-
create
public static TickCursor create(DXTickStream stream, long time, SelectionOptions options)
-
create
public static TickCursor create(DXTickStream stream, long time, SelectionOptions options, deltix.qsrv.hf.pub.InstrumentType type, java.lang.String... symbols)
-
-