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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Активы.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Asset assets = 1; */ java.util.List getAssetsList(); /** *
   *Активы.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Asset assets = 1; */ ru.tinkoff.piapi.contract.v1.Asset getAssets(int index); /** *
   *Активы.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Asset assets = 1; */ int getAssetsCount(); /** *
   *Активы.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Asset assets = 1; */ java.util.List getAssetsOrBuilderList(); /** *
   *Активы.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.Asset assets = 1; */ ru.tinkoff.piapi.contract.v1.AssetOrBuilder getAssetsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy