Class TickCursorClientFactory
- java.lang.Object
 - 
- deltix.qsrv.hf.tickdb.comm.client.TickCursorClientFactory
 
 
- 
public class TickCursorClientFactory extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description TickCursorClientFactory() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TickCursorcreate(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long startTimestamp, long endTimestamp, java.lang.String query, Parameter[] parameters, deltix.qsrv.hf.pub.InstrumentIdentity[] ids, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)static TickCursorcreate(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, deltix.qsrv.hf.pub.InstrumentIdentity[] ids, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)static TickCursorcreate(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, DXClientAeronContext aeronContext, TickStream... streams)static TickCursorcreate(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, java.lang.CharSequence[] symbols, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)static TickCursorcreate(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams) 
 - 
 
- 
- 
Method Detail
- 
create
public static TickCursor create(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, deltix.qsrv.hf.pub.InstrumentIdentity[] ids, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)
 
- 
create
public static TickCursor create(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long startTimestamp, long endTimestamp, java.lang.String query, Parameter[] parameters, deltix.qsrv.hf.pub.InstrumentIdentity[] ids, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)
 
- 
create
public static TickCursor create(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)
 
- 
create
public static TickCursor create(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, DXClientAeronContext aeronContext, TickStream... streams)
 
- 
create
public static TickCursor create(deltix.qsrv.hf.tickdb.comm.client.DXRemoteDB db, SelectionOptions inOptions, long time, java.lang.String query, Parameter[] parameters, java.lang.CharSequence[] symbols, java.lang.String[] types, DXClientAeronContext aeronContext, TickStream... streams)
 
 - 
 
 -