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

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

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

package ru.tinkoff.piapi.contract.v1;

public interface TradingSchedulesResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.TradingSchedulesResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Список торговых площадок и режимов торгов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.TradingSchedule exchanges = 1; */ java.util.List getExchangesList(); /** *
   * Список торговых площадок и режимов торгов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.TradingSchedule exchanges = 1; */ ru.tinkoff.piapi.contract.v1.TradingSchedule getExchanges(int index); /** *
   * Список торговых площадок и режимов торгов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.TradingSchedule exchanges = 1; */ int getExchangesCount(); /** *
   * Список торговых площадок и режимов торгов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.TradingSchedule exchanges = 1; */ java.util.List getExchangesOrBuilderList(); /** *
   * Список торговых площадок и режимов торгов.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.TradingSchedule exchanges = 1; */ ru.tinkoff.piapi.contract.v1.TradingScheduleOrBuilder getExchangesOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy