Package ru.tinkoff.piapi.contract.v1
Class OrdersServiceGrpc
java.lang.Object
ru.tinkoff.piapi.contract.v1.OrdersServiceGrpc
Сервис предназначен для работы с торговыми поручениями:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение статуса;</br> **4**. расчёт полной стоимости;</br> **5**. получение списка заявок.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classСервис предназначен для работы с торговыми поручениями:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение статуса;</br> **4**. расчёт полной стоимости;</br> **5**. получение списка заявок.static final classСервис предназначен для работы с торговыми поручениями:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение статуса;</br> **4**. расчёт полной стоимости;</br> **5**. получение списка заявок.static classСервис предназначен для работы с торговыми поручениями:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение статуса;</br> **4**. расчёт полной стоимости;</br> **5**. получение списка заявок.static final classСервис предназначен для работы с торговыми поручениями:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение статуса;</br> **4**. расчёт полной стоимости;</br> **5**. получение списка заявок. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CancelOrderRequest,CancelOrderResponse> static io.grpc.MethodDescriptor<GetOrdersRequest,GetOrdersResponse> static io.grpc.MethodDescriptor<GetOrderStateRequest,OrderState> static io.grpc.MethodDescriptor<PostOrderRequest,PostOrderResponse> static io.grpc.MethodDescriptor<ReplaceOrderRequest,PostOrderResponse> 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
-
getPostOrderMethod
-
getCancelOrderMethod
public static io.grpc.MethodDescriptor<CancelOrderRequest,CancelOrderResponse> getCancelOrderMethod() -
getGetOrderStateMethod
-
getGetOrdersMethod
-
getReplaceOrderMethod
public static io.grpc.MethodDescriptor<ReplaceOrderRequest,PostOrderResponse> getReplaceOrderMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-