Uses of Class
ru.tinkoff.piapi.contract.v1.CurrencyResponse
-
Uses of CurrencyResponse in ru.tinkoff.piapi.contract.v1
Methods in ru.tinkoff.piapi.contract.v1 that return CurrencyResponseModifier and TypeMethodDescriptionCurrencyResponse.Builder.build()CurrencyResponse.Builder.buildPartial()InstrumentsServiceGrpc.InstrumentsServiceBlockingStub.currencyBy(InstrumentRequest request) Метод получения валюты по её идентификатору.static CurrencyResponseCurrencyResponse.getDefaultInstance()CurrencyResponse.Builder.getDefaultInstanceForType()CurrencyResponse.getDefaultInstanceForType()static CurrencyResponseCurrencyResponse.parseDelimitedFrom(InputStream input) static CurrencyResponseCurrencyResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CurrencyResponseCurrencyResponse.parseFrom(byte[] data) static CurrencyResponseCurrencyResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CurrencyResponseCurrencyResponse.parseFrom(com.google.protobuf.ByteString data) static CurrencyResponseCurrencyResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CurrencyResponseCurrencyResponse.parseFrom(com.google.protobuf.CodedInputStream input) static CurrencyResponseCurrencyResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CurrencyResponseCurrencyResponse.parseFrom(InputStream input) static CurrencyResponseCurrencyResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CurrencyResponseCurrencyResponse.parseFrom(ByteBuffer data) static CurrencyResponseCurrencyResponse.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in ru.tinkoff.piapi.contract.v1 that return types with arguments of type CurrencyResponseModifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<CurrencyResponse>InstrumentsServiceGrpc.InstrumentsServiceFutureStub.currencyBy(InstrumentRequest request) Метод получения валюты по её идентификатору.static io.grpc.MethodDescriptor<InstrumentRequest,CurrencyResponse> InstrumentsServiceGrpc.getCurrencyByMethod()com.google.protobuf.Parser<CurrencyResponse>CurrencyResponse.getParserForType()static com.google.protobuf.Parser<CurrencyResponse>CurrencyResponse.parser()Methods in ru.tinkoff.piapi.contract.v1 with parameters of type CurrencyResponseModifier and TypeMethodDescriptionCurrencyResponse.Builder.mergeFrom(CurrencyResponse other) static CurrencyResponse.BuilderCurrencyResponse.newBuilder(CurrencyResponse prototype) Method parameters in ru.tinkoff.piapi.contract.v1 with type arguments of type CurrencyResponseModifier and TypeMethodDescriptionvoidInstrumentsServiceGrpc.InstrumentsServiceImplBase.currencyBy(InstrumentRequest request, io.grpc.stub.StreamObserver<CurrencyResponse> responseObserver) Метод получения валюты по её идентификатору.voidInstrumentsServiceGrpc.InstrumentsServiceStub.currencyBy(InstrumentRequest request, io.grpc.stub.StreamObserver<CurrencyResponse> responseObserver) Метод получения валюты по её идентификатору.