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 TypeMethodDescriptionDownload one hour of klines for an instrument as a streamingInputStream, requesting the givenDownloadFormat.Download one hour of raw tickers for an instrument as a streamingInputStream, requesting the givenDownloadFormat. -
Uses of DownloadFormat in com.qtsurfer.api.sdk.auth
Methods in com.qtsurfer.api.sdk.auth with parameters of type DownloadFormatModifier and TypeMethodDescriptionAuthenticatedClient.klines(String exchangeId, String base, String quote, String hour, DownloadFormat format) Download one hour of klines for an instrument as a streamingInputStream.AuthenticatedClient.tickers(String exchangeId, String base, String quote, String hour, DownloadFormat format) Download one hour of raw tickers for an instrument as a streamingInputStream.