Package ru.tinkoff.piapi.contract.v1
Class MarketDataServiceGrpc
java.lang.Object
ru.tinkoff.piapi.contract.v1.MarketDataServiceGrpc
Сервис получения биржевой информации:</br> **1**. свечи;</br> **2**. стаканы;</br> **3**. торговые статусы;</br> **4**. лента сделок.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classСервис получения биржевой информации:</br> **1**. свечи;</br> **2**. стаканы;</br> **3**. торговые статусы;</br> **4**. лента сделок.static final classСервис получения биржевой информации:</br> **1**. свечи;</br> **2**. стаканы;</br> **3**. торговые статусы;</br> **4**. лента сделок.static classСервис получения биржевой информации:</br> **1**. свечи;</br> **2**. стаканы;</br> **3**. торговые статусы;</br> **4**. лента сделок.static final classСервис получения биржевой информации:</br> **1**. свечи;</br> **2**. стаканы;</br> **3**. торговые статусы;</br> **4**. лента сделок. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetCandlesRequest,GetCandlesResponse> static io.grpc.MethodDescriptor<GetClosePricesRequest,GetClosePricesResponse> static io.grpc.MethodDescriptor<GetLastPricesRequest,GetLastPricesResponse> static io.grpc.MethodDescriptor<GetLastTradesRequest,GetLastTradesResponse> static io.grpc.MethodDescriptor<GetOrderBookRequest,GetOrderBookResponse> static io.grpc.MethodDescriptor<GetTradingStatusRequest,GetTradingStatusResponse> static io.grpc.ServiceDescriptornewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicenewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getGetCandlesMethod
-
getGetLastPricesMethod
public static io.grpc.MethodDescriptor<GetLastPricesRequest,GetLastPricesResponse> getGetLastPricesMethod() -
getGetOrderBookMethod
public static io.grpc.MethodDescriptor<GetOrderBookRequest,GetOrderBookResponse> getGetOrderBookMethod() -
getGetTradingStatusMethod
public static io.grpc.MethodDescriptor<GetTradingStatusRequest,GetTradingStatusResponse> getGetTradingStatusMethod() -
getGetLastTradesMethod
public static io.grpc.MethodDescriptor<GetLastTradesRequest,GetLastTradesResponse> getGetLastTradesMethod() -
getGetClosePricesMethod
public static io.grpc.MethodDescriptor<GetClosePricesRequest,GetClosePricesResponse> getGetClosePricesMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static MarketDataServiceGrpc.MarketDataServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static MarketDataServiceGrpc.MarketDataServiceFutureStub newFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-