Interface PortfolioRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PortfolioRequest, PortfolioRequest.Builder

public interface PortfolioRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Идентификатор счёта пользователя.
    com.google.protobuf.ByteString
    Идентификатор счёта пользователя.
    Валюта, в которой требуется рассчитать портфель
    int
    Валюта, в которой требуется рассчитать портфель

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAccountId

      String getAccountId()
      Идентификатор счёта пользователя.
       
      string account_id = 1;
      Returns:
      The accountId.
    • getAccountIdBytes

      com.google.protobuf.ByteString getAccountIdBytes()
      Идентификатор счёта пользователя.
       
      string account_id = 1;
      Returns:
      The bytes for accountId.
    • getCurrencyValue

      int getCurrencyValue()
      Валюта, в которой требуется рассчитать портфель
       
      .tinkoff.public.invest.api.contract.v1.PortfolioRequest.CurrencyRequest currency = 2;
      Returns:
      The enum numeric value on the wire for currency.
    • getCurrency

      Валюта, в которой требуется рассчитать портфель
       
      .tinkoff.public.invest.api.contract.v1.PortfolioRequest.CurrencyRequest currency = 2;
      Returns:
      The currency.