ru.tinkoff.piapi.contract.v1.AssetOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface AssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Asset)
com.google.protobuf.MessageOrBuilder {
/**
*
*Уникальный идентификатор актива.
*
*
* string uid = 1;
* @return The uid.
*/
java.lang.String getUid();
/**
*
*Уникальный идентификатор актива.
*
*
* string uid = 1;
* @return The bytes for uid.
*/
com.google.protobuf.ByteString
getUidBytes();
/**
*
*Тип актива.
*
*
* .tinkoff.public.invest.api.contract.v1.AssetType type = 2;
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
*Тип актива.
*
*
* .tinkoff.public.invest.api.contract.v1.AssetType type = 2;
* @return The type.
*/
ru.tinkoff.piapi.contract.v1.AssetType getType();
/**
*
*Наименование актива.
*
*
* string name = 3;
* @return The name.
*/
java.lang.String getName();
/**
*
*Наименование актива.
*
*
* string name = 3;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
*Массив идентификаторов инструментов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AssetInstrument instruments = 4;
*/
java.util.List
getInstrumentsList();
/**
*
*Массив идентификаторов инструментов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AssetInstrument instruments = 4;
*/
ru.tinkoff.piapi.contract.v1.AssetInstrument getInstruments(int index);
/**
*
*Массив идентификаторов инструментов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AssetInstrument instruments = 4;
*/
int getInstrumentsCount();
/**
*
*Массив идентификаторов инструментов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AssetInstrument instruments = 4;
*/
java.util.List extends ru.tinkoff.piapi.contract.v1.AssetInstrumentOrBuilder>
getInstrumentsOrBuilderList();
/**
*
*Массив идентификаторов инструментов.
*
*
* repeated .tinkoff.public.invest.api.contract.v1.AssetInstrument instruments = 4;
*/
ru.tinkoff.piapi.contract.v1.AssetInstrumentOrBuilder getInstrumentsOrBuilder(
int index);
}