All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.PortfolioRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operations.proto

package ru.tinkoff.piapi.contract.v1;

public interface PortfolioRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.PortfolioRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Идентификатор счёта пользователя.
   * 
* * string account_id = 1; * @return The accountId. */ java.lang.String getAccountId(); /** *
   *Идентификатор счёта пользователя.
   * 
* * string account_id = 1; * @return The bytes for accountId. */ com.google.protobuf.ByteString getAccountIdBytes(); /** *
   *Валюта, в которой требуется рассчитать портфель
   * 
* * .tinkoff.public.invest.api.contract.v1.PortfolioRequest.CurrencyRequest currency = 2; * @return The enum numeric value on the wire for currency. */ int getCurrencyValue(); /** *
   *Валюта, в которой требуется рассчитать портфель
   * 
* * .tinkoff.public.invest.api.contract.v1.PortfolioRequest.CurrencyRequest currency = 2; * @return The currency. */ ru.tinkoff.piapi.contract.v1.PortfolioRequest.CurrencyRequest getCurrency(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy