java.lang.Object
org.vlaskin.moexiss.entity.DictionaryResponse
Составной ответ со всеми справочниками MOEX ISS.
-
Constructor Summary
ConstructorsConstructorDescriptionDictionaryResponse(List<EngineResponse> engines, List<MarketResponse> markets, List<BoardResponse> boards, List<BoardGroupResponse> boardGroups, List<DurationResponse> durations, List<SecurityTypeResponse> securityTypes, List<SecurityGroupResponse> securityGroups, List<SecurityCollectionResponse> securityCollections) -
Method Summary
-
Constructor Details
-
DictionaryResponse
public DictionaryResponse(List<EngineResponse> engines, List<MarketResponse> markets, List<BoardResponse> boards, List<BoardGroupResponse> boardGroups, List<DurationResponse> durations, List<SecurityTypeResponse> securityTypes, List<SecurityGroupResponse> securityGroups, List<SecurityCollectionResponse> securityCollections) - Parameters:
engines- торговые системыmarkets- рынкиboards- режимы торговboardGroups- группы режимов торговdurations- интервалы свечейsecurityTypes- типы инструментовsecurityGroups- группы инструментовsecurityCollections- коллекции инструментов
-