ru.tinkoff.piapi.contract.v1.PositionsSecuritiesOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operations.proto
package ru.tinkoff.piapi.contract.v1;
public interface PositionsSecuritiesOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.PositionsSecurities)
com.google.protobuf.MessageOrBuilder {
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return The figi.
*/
java.lang.String getFigi();
/**
*
*Figi-идентификатор бумаги.
*
*
* string figi = 1;
* @return The bytes for figi.
*/
com.google.protobuf.ByteString
getFigiBytes();
/**
*
*Количество бумаг заблокированных выставленными заявками.
*
*
* int64 blocked = 2;
* @return The blocked.
*/
long getBlocked();
/**
*
*Текущий незаблокированный баланс.
*
*
* int64 balance = 3;
* @return The balance.
*/
long getBalance();
/**
*
*Уникальный идентификатор позиции.
*
*
* string position_uid = 4;
* @return The positionUid.
*/
java.lang.String getPositionUid();
/**
*
*Уникальный идентификатор позиции.
*
*
* string position_uid = 4;
* @return The bytes for positionUid.
*/
com.google.protobuf.ByteString
getPositionUidBytes();
/**
*
*Уникальный идентификатор инструмента.
*
*
* string instrument_uid = 5;
* @return The instrumentUid.
*/
java.lang.String getInstrumentUid();
/**
*
*Уникальный идентификатор инструмента.
*
*
* string instrument_uid = 5;
* @return The bytes for instrumentUid.
*/
com.google.protobuf.ByteString
getInstrumentUidBytes();
/**
*
*Заблокировано на бирже.
*
*
* bool exchange_blocked = 11;
* @return The exchangeBlocked.
*/
boolean getExchangeBlocked();
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return The instrumentType.
*/
java.lang.String getInstrumentType();
/**
*
*Тип инструмента.
*
*
* string instrument_type = 16;
* @return The bytes for instrumentType.
*/
com.google.protobuf.ByteString
getInstrumentTypeBytes();
}