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

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

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

package ru.tinkoff.piapi.contract.v1;

public interface PositionsFuturesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.PositionsFutures)
    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(); /** *
   *Количество бумаг заблокированных выставленными заявками.
   * 
* * int64 blocked = 2; * @return The blocked. */ long getBlocked(); /** *
   *Текущий незаблокированный баланс.
   * 
* * int64 balance = 3; * @return The balance. */ long getBalance(); /** *
   *Уникальный идентификатор позиции.
   * 
* * string position_uid = 4; * @return The positionUid. */ java.lang.String getPositionUid(); /** *
   *Уникальный идентификатор позиции.
   * 
* * string position_uid = 4; * @return The bytes for positionUid. */ com.google.protobuf.ByteString getPositionUidBytes(); /** *
   *Уникальный идентификатор  инструмента.
   * 
* * string instrument_uid = 5; * @return The instrumentUid. */ java.lang.String getInstrumentUid(); /** *
   *Уникальный идентификатор  инструмента.
   * 
* * string instrument_uid = 5; * @return The bytes for instrumentUid. */ com.google.protobuf.ByteString getInstrumentUidBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy