Uses of Enum Class
com.qtsurfer.api.sdk.DownloadFormat
Packages that use DownloadFormat
-
Uses of DownloadFormat in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return DownloadFormatModifier and TypeMethodDescriptionstatic DownloadFormatReturns the enum constant of this class with the specified name.static DownloadFormat[]DownloadFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.sdk with parameters of type DownloadFormatModifier and TypeMethodDescriptionQTSurfer.downloadKlines(String exchangeId, String base, String quote, String hour, DownloadFormat format) Download one hour of klines for an instrument as a streamingInputStream, requesting the givenDownloadFormat.QTSurfer.downloadTickers(String exchangeId, String base, String quote, String hour, DownloadFormat format) Download one hour of raw tickers for an instrument as a streamingInputStream, requesting the givenDownloadFormat.Deprecated. -
Uses of DownloadFormat in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth with parameters of type DownloadFormatModifier and TypeMethodDescriptionAuthenticatedClient.downloadKlines(String exchangeId, String base, String quote, String hour, DownloadFormat format) Download one hour of klines for an instrument as a streamingInputStream.AuthenticatedClient.downloadTickers(String exchangeId, String base, String quote, String hour, DownloadFormat format) Download one hour of raw tickers for an instrument as a streamingInputStream.AuthenticatedClient.klines(String exchangeId, String base, String quote, String hour, DownloadFormat format)
QTSurfer.downloadKlines(String, String, String, String, DownloadFormat).