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 Type
    Method
    Description
    getAccounts(int index)
    Идентификаторы счетов.
    com.google.protobuf.ByteString
    getAccountsBytes(int index)
    Идентификаторы счетов.
    int
    Идентификаторы счетов.
    Идентификаторы счетов.

    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

    • getAccountsList

      List<String> getAccountsList()
      Идентификаторы счетов.
       
      repeated string accounts = 1;
      Returns:
      A list containing the accounts.
    • getAccountsCount

      int getAccountsCount()
      Идентификаторы счетов.
       
      repeated string accounts = 1;
      Returns:
      The count of accounts.
    • getAccounts

      String getAccounts(int index)
      Идентификаторы счетов.
       
      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.