Interface TradingSchedulesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Наименование биржи или расчетного календаря.
    com.google.protobuf.ByteString
    Наименование биржи или расчетного календаря.
    com.google.protobuf.Timestamp
    Начало периода по часовому поясу UTC.
    com.google.protobuf.TimestampOrBuilder
    Начало периода по часовому поясу UTC.
    com.google.protobuf.Timestamp
    Окончание периода по часовому поясу UTC.
    com.google.protobuf.TimestampOrBuilder
    Окончание периода по часовому поясу UTC.
    boolean
    Начало периода по часовому поясу UTC.
    boolean
    Окончание периода по часовому поясу UTC.

    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

    • getExchange

      String getExchange()
      Наименование биржи или расчетного календаря. </br>Если не передаётся, возвращается информация по всем доступным торговым площадкам.
       
      string exchange = 1;
      Returns:
      The exchange.
    • getExchangeBytes

      com.google.protobuf.ByteString getExchangeBytes()
      Наименование биржи или расчетного календаря. </br>Если не передаётся, возвращается информация по всем доступным торговым площадкам.
       
      string exchange = 1;
      Returns:
      The bytes for exchange.
    • hasFrom

      boolean hasFrom()
      Начало периода по часовому поясу UTC.
       
      .google.protobuf.Timestamp from = 2;
      Returns:
      Whether the from field is set.
    • getFrom

      com.google.protobuf.Timestamp getFrom()
      Начало периода по часовому поясу UTC.
       
      .google.protobuf.Timestamp from = 2;
      Returns:
      The from.
    • getFromOrBuilder

      com.google.protobuf.TimestampOrBuilder getFromOrBuilder()
      Начало периода по часовому поясу UTC.
       
      .google.protobuf.Timestamp from = 2;
    • hasTo

      boolean hasTo()
      Окончание периода по часовому поясу UTC.
       
      .google.protobuf.Timestamp to = 3;
      Returns:
      Whether the to field is set.
    • getTo

      com.google.protobuf.Timestamp getTo()
      Окончание периода по часовому поясу UTC.
       
      .google.protobuf.Timestamp to = 3;
      Returns:
      The to.
    • getToOrBuilder

      com.google.protobuf.TimestampOrBuilder getToOrBuilder()
      Окончание периода по часовому поясу UTC.
       
      .google.protobuf.Timestamp to = 3;