Uses of Enum Class
com.qtsurfer.api.client.model.LiveSource.TypeEnum
Packages that use LiveSource.TypeEnum
-
Uses of LiveSource.TypeEnum in com.qtsurfer.api.client.model
Methods in com.qtsurfer.api.client.model that return LiveSource.TypeEnumModifier and TypeMethodDescriptionstatic LiveSource.TypeEnumLiveSource.getType()Both `ticker` and `kline` connect to the lightest (fastest) cadence available for the exchange — today, 1 tick/second on every supported exchange.static LiveSource.TypeEnumReturns the enum constant of this class with the specified name.static LiveSource.TypeEnum[]LiveSource.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.client.model with parameters of type LiveSource.TypeEnumModifier and TypeMethodDescriptionvoidLiveSource.setType(LiveSource.TypeEnum type) LiveSource.type(LiveSource.TypeEnum type)