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

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

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

package ru.tinkoff.piapi.contract.v1;

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

  /**
   * 
   *Массив активных заявок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderState orders = 1; */ java.util.List getOrdersList(); /** *
   *Массив активных заявок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderState orders = 1; */ ru.tinkoff.piapi.contract.v1.OrderState getOrders(int index); /** *
   *Массив активных заявок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderState orders = 1; */ int getOrdersCount(); /** *
   *Массив активных заявок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderState orders = 1; */ java.util.List getOrdersOrBuilderList(); /** *
   *Массив активных заявок.
   * 
* * repeated .tinkoff.public.invest.api.contract.v1.OrderState orders = 1; */ ru.tinkoff.piapi.contract.v1.OrderStateOrBuilder getOrdersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy