Uses of Class
org.vlaskin.moexiss.entity.TableFieldResponse
Package
Description
-
Uses of TableFieldResponse in org.vlaskin.moexiss.entity
Modifier and TypeMethodDescriptionTableFieldResponse.Processor.processJsonElement
(com.google.gson.JsonElement jsonElement, com.google.gson.JsonArray columns, com.google.gson.JsonObject metadata) -
Uses of TableFieldResponse in org.vlaskin.moexiss.entity.base
Modifier and TypeFieldDescriptionstatic final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.HISTORY_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.HISTORY_YIELD_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.MARKET_DATA_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.MARKET_DATA_YIELD_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.ORDER_BOOK_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.SECURITY_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.SECURITY_STATISTIC_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.TABLE_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.TRADE_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.TRADE_HISTORY_FIELD
static final EntityType
<TableFieldResponse, TableFieldResponse.Fields> EntityType.TRADE_YIELD_FIELD
-
Uses of TableFieldResponse in org.vlaskin.moexiss.service.engine
Modifier and TypeMethodDescriptionEngineService.getMarketDataFields
(MarketInfoEngineParams params) Справочник полей таблицы котировокEngineService.getMarketDataYieldFields
(MarketInfoEngineParams params) EngineService.getMarketHistoryFields
(MarketInfoEngineParams params) Справочник полей истории таблицы инструментовEngineService.getMarketHistoryYieldFields
(MarketInfoEngineParams params) EngineService.getMarketOrderBookFields
(MarketInfoEngineParams params) Справочник полей таблицы с котировками (стакана заявок)EngineService.getMarketSecurityFields
(MarketInfoEngineParams params) Справочник полей таблицы со статическими данными торговой сессии рынкаEngineService.getMarketSecurityStatisticFields
(MarketInfoEngineParams params) Описание полей таблицы "Итоги для "EngineService.getMarketTradeFields
(MarketInfoEngineParams params) Справочник полей таблицы сделок торговой сессии рынкаEngineService.getMarketTradeHistoryFields
(MarketInfoEngineParams params) Справочник полей таблицы сделок архив реестра сделокEngineService.getMarketTradeYieldFields
(MarketInfoEngineParams params)