Interface AssetSecurityOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AssetSecurity, AssetSecurity.Builder

public interface AssetSecurityOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIsin

      String getIsin()
      ISIN-идентификатор ценной бумаги.
       
      string isin = 1;
      Returns:
      The isin.
    • getIsinBytes

      com.google.protobuf.ByteString getIsinBytes()
      ISIN-идентификатор ценной бумаги.
       
      string isin = 1;
      Returns:
      The bytes for isin.
    • getType

      String getType()
      Тип ценной бумаги.
       
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      Тип ценной бумаги.
       
      string type = 2;
      Returns:
      The bytes for type.
    • hasShare

      boolean hasShare()
      Акция. Заполняется только для акций (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = share).
       
      .tinkoff.public.invest.api.contract.v1.AssetShare share = 3;
      Returns:
      Whether the share field is set.
    • getShare

      AssetShare getShare()
      Акция. Заполняется только для акций (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = share).
       
      .tinkoff.public.invest.api.contract.v1.AssetShare share = 3;
      Returns:
      The share.
    • getShareOrBuilder

      AssetShareOrBuilder getShareOrBuilder()
      Акция. Заполняется только для акций (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = share).
       
      .tinkoff.public.invest.api.contract.v1.AssetShare share = 3;
    • hasBond

      boolean hasBond()
      Облигация. Заполняется только для облигаций (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = bond).
       
      .tinkoff.public.invest.api.contract.v1.AssetBond bond = 4;
      Returns:
      Whether the bond field is set.
    • getBond

      AssetBond getBond()
      Облигация. Заполняется только для облигаций (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = bond).
       
      .tinkoff.public.invest.api.contract.v1.AssetBond bond = 4;
      Returns:
      The bond.
    • getBondOrBuilder

      AssetBondOrBuilder getBondOrBuilder()
      Облигация. Заполняется только для облигаций (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = bond).
       
      .tinkoff.public.invest.api.contract.v1.AssetBond bond = 4;
    • hasSp

      boolean hasSp()
      Структурная нота. Заполняется только для структурных продуктов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = sp).
       
      .tinkoff.public.invest.api.contract.v1.AssetStructuredProduct sp = 5;
      Returns:
      Whether the sp field is set.
    • getSp

      Структурная нота. Заполняется только для структурных продуктов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = sp).
       
      .tinkoff.public.invest.api.contract.v1.AssetStructuredProduct sp = 5;
      Returns:
      The sp.
    • getSpOrBuilder

      Структурная нота. Заполняется только для структурных продуктов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = sp).
       
      .tinkoff.public.invest.api.contract.v1.AssetStructuredProduct sp = 5;
    • hasEtf

      boolean hasEtf()
       Фонд. Заполняется только для фондов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = etf).
       
      .tinkoff.public.invest.api.contract.v1.AssetEtf etf = 6;
      Returns:
      Whether the etf field is set.
    • getEtf

      AssetEtf getEtf()
       Фонд. Заполняется только для фондов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = etf).
       
      .tinkoff.public.invest.api.contract.v1.AssetEtf etf = 6;
      Returns:
      The etf.
    • getEtfOrBuilder

      AssetEtfOrBuilder getEtfOrBuilder()
       Фонд. Заполняется только для фондов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = etf).
       
      .tinkoff.public.invest.api.contract.v1.AssetEtf etf = 6;
    • hasClearingCertificate

      boolean hasClearingCertificate()
       Клиринговый сертификат участия. Заполняется только для клиринговых сертификатов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = clearing_certificate).
       
      .tinkoff.public.invest.api.contract.v1.AssetClearingCertificate clearing_certificate = 7;
      Returns:
      Whether the clearingCertificate field is set.
    • getClearingCertificate

      AssetClearingCertificate getClearingCertificate()
       Клиринговый сертификат участия. Заполняется только для клиринговых сертификатов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = clearing_certificate).
       
      .tinkoff.public.invest.api.contract.v1.AssetClearingCertificate clearing_certificate = 7;
      Returns:
      The clearingCertificate.
    • getClearingCertificateOrBuilder

      AssetClearingCertificateOrBuilder getClearingCertificateOrBuilder()
       Клиринговый сертификат участия. Заполняется только для клиринговых сертификатов (тип актива asset.type = "ASSET_TYPE_SECURITY" и security.type = clearing_certificate).
       
      .tinkoff.public.invest.api.contract.v1.AssetClearingCertificate clearing_certificate = 7;
    • getExtCase

      AssetSecurity.ExtCase getExtCase()