Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptiongetFigi(int index) Массив figi-идентификаторов инструментов.com.google.protobuf.ByteStringgetFigiBytes(int index) Массив figi-идентификаторов инструментов.intМассив figi-идентификаторов инструментов.Массив figi-идентификаторов инструментов.getInstrumentId(int index) Массив идентификаторов инструмента, принимает значения figi или instrument_uidcom.google.protobuf.ByteStringgetInstrumentIdBytes(int index) Массив идентификаторов инструмента, принимает значения figi или instrument_uidintМассив идентификаторов инструмента, принимает значения figi или instrument_uidМассив идентификаторов инструмента, принимает значения figi или instrument_uidMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
Массив 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
Массив идентификаторов инструмента, принимает значения 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
Массив идентификаторов инструмента, принимает значения 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.
-