java.lang.Object
io.contek.invoker.commons.rest.BaseRestRequest<R>
io.contek.invoker.bybitlinear.api.rest.RestRequest<T>
io.contek.invoker.bybitlinear.api.rest.market.GetTickers

@NotThreadSafe public final class GetTickers extends RestRequest<T>
  • 方法详细资料

    • setSymbol

      public GetTickers setSymbol(String symbol)
    • getEndpointPath

      protected String getEndpointPath()
      指定者:
      getEndpointPath 在类中 RestRequest<GetTickers.Response>
    • getParams

      protected io.contek.invoker.commons.rest.RestParams getParams()
      指定者:
      getParams 在类中 RestRequest<GetTickers.Response>
    • getResponseType

      protected Class<GetTickers.Response> getResponseType()
      指定者:
      getResponseType 在类中 io.contek.invoker.commons.rest.BaseRestRequest<GetTickers.Response>
    • getMethod

      protected final io.contek.invoker.commons.rest.RestMethod getMethod()
      指定者:
      getMethod 在类中 RestRequest<T>
    • getRequiredQuotas

      protected com.google.common.collect.ImmutableList<io.contek.invoker.commons.actor.ratelimit.TypedPermitRequest> getRequiredQuotas()
      指定者:
      getRequiredQuotas 在类中 io.contek.invoker.commons.rest.BaseRestRequest<T>