Package | Description |
---|---|
com.devexperts.qd |
This package contains basic interfaces and other API elements of QD system
which shall be sufficient for the client application programmer.
|
com.devexperts.qd.kit |
This package contains default implementations of various QD components which
do not constitute any separate module or subsystem and which can be easily replaced.
|
com.devexperts.qd.ng |
This package contains next-generation interfaces for data and subscription exchange based on
RecordCursor class. |
com.devexperts.qd.qtp |
This package contains interfaces with default implementations required
to create and operate a connection using QTP.
|
Modifier and Type | Method and Description |
---|---|
DataIntField |
SerialFieldType.createDefaultIntInstance(int index,
String name) |
DataIntField |
DataScheme.findIntFieldByName(String name)
Deprecated.
Find record using
DataScheme.findRecordByName(String)
and find its field using DataRecord.findFieldByName(String) . |
DataIntField |
DataRecord.getIntField(int index)
Returns Int-field by its index within this record.
|
Modifier and Type | Method and Description |
---|---|
int |
QDTicker.getInt(DataIntField field,
int cipher,
String symbol)
Returns current value of specified Int-field.
|
void |
DataVisitor.visitIntField(DataIntField field,
int value)
Visits next Int-field within current record.
|
void |
DataBuffer.visitIntField(DataIntField field,
int value)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataIntField |
class |
CompactCharField
The
CompactCharField represents a single character field
with UTF-8 serialized form. |
class |
CompactIntField
The
CompactIntField represents an integer field
with compact serialized form. |
class |
DateField |
class |
DecimalField
The
DecimalField represents a decimal field with compact serialized form. |
class |
LongField
The
LongField represents a long integer field with compact serialized form. |
class |
PlainIntField
The
PlainIntField represents an integer field with plain serialized form. |
class |
SequenceField |
class |
ShortStringField
The
ShortStringField represents a short (up to 4 characters) string
in a single integer with compact serialized form. |
class |
TimeField
Deprecated.
Use
TimeSecondsField instead. |
class |
TimeMillisField |
class |
TimeSecondsField |
class |
VoidIntField |
class |
WideDecimalField
The
WideDecimalField represents a decimal field with compact serialized form. |
Constructor and Description |
---|
DefaultRecord(int id,
String name,
boolean hasTime,
DataIntField[] dataIntFields,
DataObjField[] dataObjFields) |
Modifier and Type | Method and Description |
---|---|
void |
RecordSink.visitIntField(DataIntField field,
int value)
Deprecated.
|
void |
RecordBuffer.visitIntField(DataIntField field,
int value)
Deprecated.
Use
RecordBuffer.add(com.devexperts.qd.DataRecord, int, java.lang.String) to add records into this buffer. |
void |
AbstractRecordSink.visitIntField(DataIntField field,
int value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OutputStreamComposer.visitIntField(DataIntField field,
int value) |
void |
AbstractQTPComposer.visitIntField(DataIntField field,
int value) |
protected void |
BinaryQTPComposer.writeIntField(DataIntField field,
int value) |
protected abstract void |
AbstractQTPComposer.writeIntField(DataIntField field,
int value) |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.