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

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

  /**
   * 
   *Дата и время отмены заявки в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp time = 1; * @return Whether the time field is set. */ boolean hasTime(); /** *
   *Дата и время отмены заявки в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp time = 1; * @return The time. */ com.google.protobuf.Timestamp getTime(); /** *
   *Дата и время отмены заявки в часовом поясе UTC.
   * 
* * .google.protobuf.Timestamp time = 1; */ com.google.protobuf.TimestampOrBuilder getTimeOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy