ru.tinkoff.piapi.contract.v1.TradingSchedulesRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: instruments.proto
package ru.tinkoff.piapi.contract.v1;
public interface TradingSchedulesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.TradingSchedulesRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Наименование биржи или расчетного календаря. </br>Если не передаётся, возвращается информация по всем доступным торговым площадкам.
*
*
* string exchange = 1;
* @return The exchange.
*/
java.lang.String getExchange();
/**
*
*Наименование биржи или расчетного календаря. </br>Если не передаётся, возвращается информация по всем доступным торговым площадкам.
*
*
* string exchange = 1;
* @return The bytes for exchange.
*/
com.google.protobuf.ByteString
getExchangeBytes();
/**
*
*Начало периода по часовому поясу UTC.
*
*
* .google.protobuf.Timestamp from = 2;
* @return Whether the from field is set.
*/
boolean hasFrom();
/**
*
*Начало периода по часовому поясу UTC.
*
*
* .google.protobuf.Timestamp from = 2;
* @return The from.
*/
com.google.protobuf.Timestamp getFrom();
/**
*
*Начало периода по часовому поясу UTC.
*
*
* .google.protobuf.Timestamp from = 2;
*/
com.google.protobuf.TimestampOrBuilder getFromOrBuilder();
/**
*
*Окончание периода по часовому поясу UTC.
*
*
* .google.protobuf.Timestamp to = 3;
* @return Whether the to field is set.
*/
boolean hasTo();
/**
*
*Окончание периода по часовому поясу UTC.
*
*
* .google.protobuf.Timestamp to = 3;
* @return The to.
*/
com.google.protobuf.Timestamp getTo();
/**
*
*Окончание периода по часовому поясу UTC.
*
*
* .google.protobuf.Timestamp to = 3;
*/
com.google.protobuf.TimestampOrBuilder getToOrBuilder();
}