Uses of Class
com.qtsurfer.api.client.model.InstrumentListResponse
Packages that use InstrumentListResponse
-
Uses of InstrumentListResponse in com.qtsurfer.api.client.api
Methods in com.qtsurfer.api.client.api that return InstrumentListResponseModifier and TypeMethodDescriptionExchangeApi.listInstruments(String exchangeId) List an exchange's instruments (default spot segment) \"Give me binance instruments\" — returns the exchange's DEFAULT segment (`spot`) in `data`, each instrument with per-data-type coverage and market info.ExchangeApi.listSegmentInstruments(String exchangeId, String segment) List an exchange segment's instruments Returns the instruments for one market segment of the exchange, each with per-data-type coverage and market info.Methods in com.qtsurfer.api.client.api that return types with arguments of type InstrumentListResponseModifier and TypeMethodDescriptionExchangeApi.listInstrumentsWithHttpInfo(String exchangeId) List an exchange's instruments (default spot segment) \"Give me binance instruments\" — returns the exchange's DEFAULT segment (`spot`) in `data`, each instrument with per-data-type coverage and market info.ExchangeApi.listSegmentInstrumentsWithHttpInfo(String exchangeId, String segment) List an exchange segment's instruments Returns the instruments for one market segment of the exchange, each with per-data-type coverage and market info. -
Uses of InstrumentListResponse in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return InstrumentListResponseModifier and TypeMethodDescriptionInstrumentListResponse.addDataItem(InstrumentDetail dataItem) InstrumentListResponse.data(List<InstrumentDetail> data) InstrumentListResponse.links(InstrumentLinks links) InstrumentListResponse.meta(InstrumentListMeta meta)