Package ru.tinkoff.piapi.contract.v1
Class StopOrdersServiceGrpc
java.lang.Object
ru.tinkoff.piapi.contract.v1.StopOrdersServiceGrpc
Сервис предназначен для работы со стоп-заявками:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение списка стоп-заявок.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classСервис предназначен для работы со стоп-заявками:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение списка стоп-заявок.static final classСервис предназначен для работы со стоп-заявками:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение списка стоп-заявок.static classСервис предназначен для работы со стоп-заявками:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение списка стоп-заявок.static final classСервис предназначен для работы со стоп-заявками:</br> **1**. выставление;</br> **2**. отмена;</br> **3**. получение списка стоп-заявок. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CancelStopOrderRequest,CancelStopOrderResponse> static io.grpc.MethodDescriptor<GetStopOrdersRequest,GetStopOrdersResponse> static io.grpc.MethodDescriptor<PostStopOrderRequest,PostStopOrderResponse> 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
-
getPostStopOrderMethod
public static io.grpc.MethodDescriptor<PostStopOrderRequest,PostStopOrderResponse> getPostStopOrderMethod() -
getGetStopOrdersMethod
public static io.grpc.MethodDescriptor<GetStopOrdersRequest,GetStopOrdersResponse> getGetStopOrdersMethod() -
getCancelStopOrderMethod
public static io.grpc.MethodDescriptor<CancelStopOrderRequest,CancelStopOrderResponse> getCancelStopOrderMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static StopOrdersServiceGrpc.StopOrdersServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static StopOrdersServiceGrpc.StopOrdersServiceFutureStub 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()
-