Interface PositionsSecuritiesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    Текущий незаблокированный баланс.
    long
    Количество бумаг заблокированных выставленными заявками.
    boolean
    Заблокировано на бирже.
    Figi-идентификатор бумаги.
    com.google.protobuf.ByteString
    Figi-идентификатор бумаги.
    Тип инструмента.
    com.google.protobuf.ByteString
    Тип инструмента.
    Уникальный идентификатор инструмента.
    com.google.protobuf.ByteString
    Уникальный идентификатор инструмента.
    Уникальный идентификатор позиции.
    com.google.protobuf.ByteString
    Уникальный идентификатор позиции.

    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

    • getFigi

      String getFigi()
      Figi-идентификатор бумаги.
       
      string figi = 1;
      Returns:
      The figi.
    • getFigiBytes

      com.google.protobuf.ByteString getFigiBytes()
      Figi-идентификатор бумаги.
       
      string figi = 1;
      Returns:
      The bytes for figi.
    • getBlocked

      long getBlocked()
      Количество бумаг заблокированных выставленными заявками.
       
      int64 blocked = 2;
      Returns:
      The blocked.
    • getBalance

      long getBalance()
      Текущий незаблокированный баланс.
       
      int64 balance = 3;
      Returns:
      The balance.
    • getPositionUid

      String getPositionUid()
      Уникальный идентификатор позиции.
       
      string position_uid = 4;
      Returns:
      The positionUid.
    • getPositionUidBytes

      com.google.protobuf.ByteString getPositionUidBytes()
      Уникальный идентификатор позиции.
       
      string position_uid = 4;
      Returns:
      The bytes for positionUid.
    • getInstrumentUid

      String getInstrumentUid()
      Уникальный идентификатор  инструмента.
       
      string instrument_uid = 5;
      Returns:
      The instrumentUid.
    • getInstrumentUidBytes

      com.google.protobuf.ByteString getInstrumentUidBytes()
      Уникальный идентификатор  инструмента.
       
      string instrument_uid = 5;
      Returns:
      The bytes for instrumentUid.
    • getExchangeBlocked

      boolean getExchangeBlocked()
      Заблокировано на бирже.
       
      bool exchange_blocked = 11;
      Returns:
      The exchangeBlocked.
    • getInstrumentType

      String getInstrumentType()
      Тип инструмента.
       
      string instrument_type = 16;
      Returns:
      The instrumentType.
    • getInstrumentTypeBytes

      com.google.protobuf.ByteString getInstrumentTypeBytes()
      Тип инструмента.
       
      string instrument_type = 16;
      Returns:
      The bytes for instrumentType.