Interface GetLastPricesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFigi(int index)
    Массив figi-идентификаторов инструментов.
    com.google.protobuf.ByteString
    getFigiBytes(int index)
    Массив figi-идентификаторов инструментов.
    int
    Массив figi-идентификаторов инструментов.
    Массив figi-идентификаторов инструментов.
    getInstrumentId(int index)
    Массив идентификаторов инструмента, принимает значения figi или instrument_uid
    com.google.protobuf.ByteString
    Массив идентификаторов инструмента, принимает значения figi или instrument_uid
    int
    Массив идентификаторов инструмента, принимает значения figi или instrument_uid
    Массив идентификаторов инструмента, принимает значения figi или instrument_uid

    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

    • getFigiList

      List<String> getFigiList()
      Массив figi-идентификаторов инструментов.
       
      repeated string figi = 1;
      Returns:
      A list containing the figi.
    • getFigiCount

      int getFigiCount()
      Массив figi-идентификаторов инструментов.
       
      repeated string figi = 1;
      Returns:
      The count of figi.
    • getFigi

      String getFigi(int index)
      Массив figi-идентификаторов инструментов.
       
      repeated string figi = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The figi at the given index.
    • getFigiBytes

      com.google.protobuf.ByteString getFigiBytes(int index)
      Массив figi-идентификаторов инструментов.
       
      repeated string figi = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the figi at the given index.
    • getInstrumentIdList

      List<String> getInstrumentIdList()
      Массив идентификаторов инструмента, принимает значения figi или instrument_uid
       
      repeated string instrument_id = 2;
      Returns:
      A list containing the instrumentId.
    • getInstrumentIdCount

      int getInstrumentIdCount()
      Массив идентификаторов инструмента, принимает значения figi или instrument_uid
       
      repeated string instrument_id = 2;
      Returns:
      The count of instrumentId.
    • getInstrumentId

      String getInstrumentId(int index)
      Массив идентификаторов инструмента, принимает значения figi или instrument_uid
       
      repeated string instrument_id = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The instrumentId at the given index.
    • getInstrumentIdBytes

      com.google.protobuf.ByteString getInstrumentIdBytes(int index)
      Массив идентификаторов инструмента, принимает значения figi или instrument_uid
       
      repeated string instrument_id = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the instrumentId at the given index.