Package ru.tinkoff.piapi.contract.v1
Interface TradesStreamRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TradesStreamRequest,TradesStreamRequest.Builder
public interface TradesStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccounts(int index) Идентификаторы счетов.com.google.protobuf.ByteStringgetAccountsBytes(int index) Идентификаторы счетов.intИдентификаторы счетов.Идентификаторы счетов.Methods 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
-
getAccountsList
Идентификаторы счетов.
repeated string accounts = 1;- Returns:
- A list containing the accounts.
-
getAccountsCount
int getAccountsCount()Идентификаторы счетов.
repeated string accounts = 1;- Returns:
- The count of accounts.
-
getAccounts
Идентификаторы счетов.
repeated string accounts = 1;- Parameters:
index- The index of the element to return.- Returns:
- The accounts at the given index.
-
getAccountsBytes
com.google.protobuf.ByteString getAccountsBytes(int index) Идентификаторы счетов.
repeated string accounts = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the accounts at the given index.
-