Uses of Class
ru.tinkoff.piapi.contract.v1.FindInstrumentResponse
-
Uses of FindInstrumentResponse in ru.tinkoff.piapi.contract.v1
Methods in ru.tinkoff.piapi.contract.v1 that return FindInstrumentResponseModifier and TypeMethodDescriptionFindInstrumentResponse.Builder.build()FindInstrumentResponse.Builder.buildPartial()InstrumentsServiceGrpc.InstrumentsServiceBlockingStub.findInstrument(FindInstrumentRequest request) Метод поиска инструмента.static FindInstrumentResponseFindInstrumentResponse.getDefaultInstance()FindInstrumentResponse.Builder.getDefaultInstanceForType()FindInstrumentResponse.getDefaultInstanceForType()static FindInstrumentResponseFindInstrumentResponse.parseDelimitedFrom(InputStream input) static FindInstrumentResponseFindInstrumentResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FindInstrumentResponseFindInstrumentResponse.parseFrom(byte[] data) static FindInstrumentResponseFindInstrumentResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FindInstrumentResponseFindInstrumentResponse.parseFrom(com.google.protobuf.ByteString data) static FindInstrumentResponseFindInstrumentResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FindInstrumentResponseFindInstrumentResponse.parseFrom(com.google.protobuf.CodedInputStream input) static FindInstrumentResponseFindInstrumentResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FindInstrumentResponseFindInstrumentResponse.parseFrom(InputStream input) static FindInstrumentResponseFindInstrumentResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FindInstrumentResponseFindInstrumentResponse.parseFrom(ByteBuffer data) static FindInstrumentResponseFindInstrumentResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ru.tinkoff.piapi.contract.v1 that return types with arguments of type FindInstrumentResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<FindInstrumentResponse>InstrumentsServiceGrpc.InstrumentsServiceFutureStub.findInstrument(FindInstrumentRequest request) Метод поиска инструмента.static io.grpc.MethodDescriptor<FindInstrumentRequest,FindInstrumentResponse> InstrumentsServiceGrpc.getFindInstrumentMethod()com.google.protobuf.Parser<FindInstrumentResponse>FindInstrumentResponse.getParserForType()static com.google.protobuf.Parser<FindInstrumentResponse>FindInstrumentResponse.parser()Methods in ru.tinkoff.piapi.contract.v1 with parameters of type FindInstrumentResponseModifier and TypeMethodDescriptionFindInstrumentResponse.Builder.mergeFrom(FindInstrumentResponse other) FindInstrumentResponse.newBuilder(FindInstrumentResponse prototype) Method parameters in ru.tinkoff.piapi.contract.v1 with type arguments of type FindInstrumentResponseModifier and TypeMethodDescriptionvoidInstrumentsServiceGrpc.InstrumentsServiceImplBase.findInstrument(FindInstrumentRequest request, io.grpc.stub.StreamObserver<FindInstrumentResponse> responseObserver) Метод поиска инструмента.voidInstrumentsServiceGrpc.InstrumentsServiceStub.findInstrument(FindInstrumentRequest request, io.grpc.stub.StreamObserver<FindInstrumentResponse> responseObserver) Метод поиска инструмента.