Class OrdersServiceGrpc.OrdersServiceFutureStub

java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<OrdersServiceGrpc.OrdersServiceFutureStub>
ru.tinkoff.piapi.contract.v1.OrdersServiceGrpc.OrdersServiceFutureStub
Enclosing class:
OrdersServiceGrpc

public static final class OrdersServiceGrpc.OrdersServiceFutureStub extends io.grpc.stub.AbstractFutureStub<OrdersServiceGrpc.OrdersServiceFutureStub>
 Сервис предназначен для работы с торговыми поручениями:</br> **1**.
выставление;</br> **2**. отмена;</br> **3**. получение статуса;</br> **4**.
расчёт полной стоимости;</br> **5**. получение списка заявок.
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    com.google.common.util.concurrent.ListenableFuture<CancelOrderResponse>
    Метод отмены биржевой заявки.
    com.google.common.util.concurrent.ListenableFuture<GetOrdersResponse>
    Метод получения списка активных заявок по счёту.
    com.google.common.util.concurrent.ListenableFuture<OrderState>
    Метод получения статуса торгового поручения.
    com.google.common.util.concurrent.ListenableFuture<PostOrderResponse>
    Метод выставления заявки.
    com.google.common.util.concurrent.ListenableFuture<PostOrderResponse>
    Метод изменения выставленной заявки.

    Methods inherited from class io.grpc.stub.AbstractFutureStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait