All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.StrategyOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: signals.proto

package ru.tinkoff.piapi.contract.v1;

public interface StrategyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.Strategy)
    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(); /** *
   *	Название стратегии
   * 
* * string strategy_name = 2; * @return The strategyName. */ java.lang.String getStrategyName(); /** *
   *	Название стратегии
   * 
* * string strategy_name = 2; * @return The bytes for strategyName. */ com.google.protobuf.ByteString getStrategyNameBytes(); /** *
   *	Описание стратегии
   * 
* * string strategy_description = 3; * @return The strategyDescription. */ java.lang.String getStrategyDescription(); /** *
   *	Описание стратегии
   * 
* * string strategy_description = 3; * @return The bytes for strategyDescription. */ com.google.protobuf.ByteString getStrategyDescriptionBytes(); /** *
   *	Ссылка на страницу с описанием стратегии
   * 
* * string strategy_url = 4; * @return The strategyUrl. */ java.lang.String getStrategyUrl(); /** *
   *	Ссылка на страницу с описанием стратегии
   * 
* * string strategy_url = 4; * @return The bytes for strategyUrl. */ com.google.protobuf.ByteString getStrategyUrlBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy