ru.tinkoff.piapi.contract.v1.GetSignalsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: signals.proto
package ru.tinkoff.piapi.contract.v1;
public interface GetSignalsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetSignalsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Идентификатор стратегии
*
*
* string strategy_id = 1;
* @return The strategyId.
*/
java.lang.String getStrategyId();
/**
*
* Идентификатор стратегии
*
*
* string strategy_id = 1;
* @return The bytes for strategyId.
*/
com.google.protobuf.ByteString
getStrategyIdBytes();
/**
*
* Дата начала запрашиваемого интервала в часовом поясе 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();
/**
*
* Идентификатор бумаги
*
*
* string instrument_uid = 3;
* @return The instrumentUid.
*/
java.lang.String getInstrumentUid();
/**
*
* Идентификатор бумаги
*
*
* string instrument_uid = 3;
* @return The bytes for instrumentUid.
*/
com.google.protobuf.ByteString
getInstrumentUidBytes();
/**
*
* Дата конца запрашиваемого интервала в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp to = 4;
* @return Whether the to field is set.
*/
boolean hasTo();
/**
*
* Дата конца запрашиваемого интервала в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp to = 4;
* @return The to.
*/
com.google.protobuf.Timestamp getTo();
/**
*
* Дата конца запрашиваемого интервала в часовом поясе UTC.
*
*
* .google.protobuf.Timestamp to = 4;
*/
com.google.protobuf.TimestampOrBuilder getToOrBuilder();
/**
*
* Только архивные сигналы, по умолчанию false
*
*
* bool archive = 5;
* @return The archive.
*/
boolean getArchive();
}