Package ru.tinkoff.piapi.contract.v1
Class SandboxServiceGrpc
java.lang.Object
ru.tinkoff.piapi.contract.v1.SandboxServiceGrpc
Сервис для работы с песочницей TINKOFF INVEST API
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classСервис для работы с песочницей TINKOFF INVEST APIstatic final classСервис для работы с песочницей TINKOFF INVEST APIstatic classСервис для работы с песочницей TINKOFF INVEST APIstatic final classСервис для работы с песочницей TINKOFF INVEST API -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<CancelOrderRequest,CancelOrderResponse> static io.grpc.MethodDescriptor<CloseSandboxAccountRequest,CloseSandboxAccountResponse> static io.grpc.MethodDescriptor<GetAccountsRequest,GetAccountsResponse> static io.grpc.MethodDescriptor<GetOperationsByCursorRequest,GetOperationsByCursorResponse> static io.grpc.MethodDescriptor<OperationsRequest,OperationsResponse> static io.grpc.MethodDescriptor<GetOrdersRequest,GetOrdersResponse> static io.grpc.MethodDescriptor<GetOrderStateRequest,OrderState> static io.grpc.MethodDescriptor<PortfolioRequest,PortfolioResponse> static io.grpc.MethodDescriptor<PositionsRequest,PositionsResponse> static io.grpc.MethodDescriptor<WithdrawLimitsRequest,WithdrawLimitsResponse> static io.grpc.MethodDescriptor<OpenSandboxAccountRequest,OpenSandboxAccountResponse> static io.grpc.MethodDescriptor<PostOrderRequest,PostOrderResponse> static io.grpc.MethodDescriptor<ReplaceOrderRequest,PostOrderResponse> static io.grpc.MethodDescriptor<SandboxPayInRequest,SandboxPayInResponse> 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
-
getOpenSandboxAccountMethod
public static io.grpc.MethodDescriptor<OpenSandboxAccountRequest,OpenSandboxAccountResponse> getOpenSandboxAccountMethod() -
getGetSandboxAccountsMethod
public static io.grpc.MethodDescriptor<GetAccountsRequest,GetAccountsResponse> getGetSandboxAccountsMethod() -
getCloseSandboxAccountMethod
public static io.grpc.MethodDescriptor<CloseSandboxAccountRequest,CloseSandboxAccountResponse> getCloseSandboxAccountMethod() -
getPostSandboxOrderMethod
public static io.grpc.MethodDescriptor<PostOrderRequest,PostOrderResponse> getPostSandboxOrderMethod() -
getReplaceSandboxOrderMethod
public static io.grpc.MethodDescriptor<ReplaceOrderRequest,PostOrderResponse> getReplaceSandboxOrderMethod() -
getGetSandboxOrdersMethod
public static io.grpc.MethodDescriptor<GetOrdersRequest,GetOrdersResponse> getGetSandboxOrdersMethod() -
getCancelSandboxOrderMethod
public static io.grpc.MethodDescriptor<CancelOrderRequest,CancelOrderResponse> getCancelSandboxOrderMethod() -
getGetSandboxOrderStateMethod
public static io.grpc.MethodDescriptor<GetOrderStateRequest,OrderState> getGetSandboxOrderStateMethod() -
getGetSandboxPositionsMethod
public static io.grpc.MethodDescriptor<PositionsRequest,PositionsResponse> getGetSandboxPositionsMethod() -
getGetSandboxOperationsMethod
public static io.grpc.MethodDescriptor<OperationsRequest,OperationsResponse> getGetSandboxOperationsMethod() -
getGetSandboxOperationsByCursorMethod
public static io.grpc.MethodDescriptor<GetOperationsByCursorRequest,GetOperationsByCursorResponse> getGetSandboxOperationsByCursorMethod() -
getGetSandboxPortfolioMethod
public static io.grpc.MethodDescriptor<PortfolioRequest,PortfolioResponse> getGetSandboxPortfolioMethod() -
getSandboxPayInMethod
public static io.grpc.MethodDescriptor<SandboxPayInRequest,SandboxPayInResponse> getSandboxPayInMethod() -
getGetSandboxWithdrawLimitsMethod
public static io.grpc.MethodDescriptor<WithdrawLimitsRequest,WithdrawLimitsResponse> getGetSandboxWithdrawLimitsMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static SandboxServiceGrpc.SandboxServiceBlockingStub newBlockingStub(io.grpc.Channel channel) 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()
-