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

ru.tinkoff.piapi.contract.v1.GetBondCouponsRequestOrBuilder 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 GetBondCouponsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetBondCouponsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Figi-идентификатор инструмента.
   * 
* * string figi = 1; * @return The figi. */ java.lang.String getFigi(); /** *
   *Figi-идентификатор инструмента.
   * 
* * string figi = 1; * @return The bytes for figi. */ com.google.protobuf.ByteString getFigiBytes(); /** *
   *Начало запрашиваемого периода в часовом поясе UTC. Фильтрация по coupon_date (дата выплаты купона)
   * 
* * .google.protobuf.Timestamp from = 2; * @return Whether the from field is set. */ boolean hasFrom(); /** *
   *Начало запрашиваемого периода в часовом поясе UTC. Фильтрация по coupon_date (дата выплаты купона)
   * 
* * .google.protobuf.Timestamp from = 2; * @return The from. */ com.google.protobuf.Timestamp getFrom(); /** *
   *Начало запрашиваемого периода в часовом поясе UTC. Фильтрация по coupon_date (дата выплаты купона)
   * 
* * .google.protobuf.Timestamp from = 2; */ com.google.protobuf.TimestampOrBuilder getFromOrBuilder(); /** *
   *Окончание запрашиваемого периода в часовом поясе UTC. Фильтрация по coupon_date (дата выплаты купона)
   * 
* * .google.protobuf.Timestamp to = 3; * @return Whether the to field is set. */ boolean hasTo(); /** *
   *Окончание запрашиваемого периода в часовом поясе UTC. Фильтрация по coupon_date (дата выплаты купона)
   * 
* * .google.protobuf.Timestamp to = 3; * @return The to. */ com.google.protobuf.Timestamp getTo(); /** *
   *Окончание запрашиваемого периода в часовом поясе UTC. Фильтрация по coupon_date (дата выплаты купона)
   * 
* * .google.protobuf.Timestamp to = 3; */ com.google.protobuf.TimestampOrBuilder getToOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy