Package ru.tinkoff.piapi.contract.v1
Class OperationsServiceGrpc
java.lang.Object
ru.tinkoff.piapi.contract.v1.OperationsServiceGrpc
Сервис предназначен для получения:</br> **1**. списка операций по счёту;</br> **2**. портфеля по счёту;</br> **3**. позиций ценных бумаг на счёте;</br> **4**. доступного остатка для вывода средств;</br> **5**. получения различных отчётов.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classСервис предназначен для получения:</br> **1**.static final classСервис предназначен для получения:</br> **1**.static classСервис предназначен для получения:</br> **1**.static final classСервис предназначен для получения:</br> **1**. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<BrokerReportRequest,BrokerReportResponse> static io.grpc.MethodDescriptor<GetDividendsForeignIssuerRequest,GetDividendsForeignIssuerResponse> static io.grpc.MethodDescriptor<GetOperationsByCursorRequest,GetOperationsByCursorResponse> static io.grpc.MethodDescriptor<OperationsRequest,OperationsResponse> static io.grpc.MethodDescriptor<PortfolioRequest,PortfolioResponse> static io.grpc.MethodDescriptor<PositionsRequest,PositionsResponse> static io.grpc.MethodDescriptor<WithdrawLimitsRequest,WithdrawLimitsResponse> 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
-
getGetOperationsMethod
public static io.grpc.MethodDescriptor<OperationsRequest,OperationsResponse> getGetOperationsMethod() -
getGetPortfolioMethod
-
getGetPositionsMethod
-
getGetWithdrawLimitsMethod
public static io.grpc.MethodDescriptor<WithdrawLimitsRequest,WithdrawLimitsResponse> getGetWithdrawLimitsMethod() -
getGetBrokerReportMethod
public static io.grpc.MethodDescriptor<BrokerReportRequest,BrokerReportResponse> getGetBrokerReportMethod() -
getGetDividendsForeignIssuerMethod
public static io.grpc.MethodDescriptor<GetDividendsForeignIssuerRequest,GetDividendsForeignIssuerResponse> getGetDividendsForeignIssuerMethod() -
getGetOperationsByCursorMethod
public static io.grpc.MethodDescriptor<GetOperationsByCursorRequest,GetOperationsByCursorResponse> getGetOperationsByCursorMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static OperationsServiceGrpc.OperationsServiceBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static OperationsServiceGrpc.OperationsServiceFutureStub 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()
-