| Modifier and Type | Field and Description |
|---|---|
com.moex.util.Caption |
caption
Название (заголовок).
|
com.moex.util.Caption |
description
Описание.
|
int |
index
Индекс - порядковый номер в списке владельца.
|
String |
name
Имя.
|
| Modifier and Type | Method and Description |
|---|---|
com.moex.util.Caption |
caption() |
com.moex.util.Caption |
description() |
int |
flags() |
int |
index() |
Meta.Fields |
input()
Deprecated.
Since 1.1.3 replaced by
params() |
boolean |
isClearOnUpdate()
Indicates complete data renewal on update.
|
boolean |
isOrderbook()
Indicates an order-book request (table).
|
boolean |
isScaleNeeded()
Indicates if this request needs scale information.
|
boolean |
isTable()
Checks is this request is a table.
|
boolean |
isUpdateable()
Indicates an updateable ASTS request (tables only).
|
protected void |
load(InputStream stream,
int version,
String language,
Meta.Factory factory) |
String |
name() |
Meta.Fields |
output()
Gets ASTS request response field list.
|
Meta.Fields |
params()
Gets ASTS request parameter list.
|
Meta.TableType |
type()
Gets ASTS table type, guessed by name.
|
public com.moex.util.Caption caption
public com.moex.util.Caption description
public String name
public int index
protected void load(InputStream stream, int version, String language, Meta.Factory factory) throws IOException
IOExceptionpublic final boolean isTable()
true for the table request, false for the
transaction.public final int flags()
@Deprecated public final Meta.Fields input()
params()public final Meta.Fields params()
public final Meta.Fields output()
public final Meta.TableType type()
public final boolean isClearOnUpdate()
true if previously received data has to be cleared
when new updates arrive.public final boolean isScaleNeeded()
true if encoding or decoding this request depends on
scale information.public final boolean isOrderbook()
Order-book table should have special handing while parsing response.
Also order-book table updates always override previous data, that is
similar to isClearOnUpdate().
true for an order-book table.public final boolean isUpdateable()
Updateable tables have their data change in time and therefore should be periodically refreshed. In contrast, non-updateable tables have static data (never change during session) and thus can be loaded only once.
true if this request (table) is an updateable one.public final com.moex.util.Caption caption()
public final com.moex.util.Caption description()
public final String name()
public final int index()