Enum SecurityTradingStatus

java.lang.Object
java.lang.Enum<SecurityTradingStatus>
ru.tinkoff.piapi.contract.v1.SecurityTradingStatus
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<SecurityTradingStatus>

public enum SecurityTradingStatus extends Enum<SecurityTradingStatus> implements com.google.protobuf.ProtocolMessageEnum
Режим торгов инструмента
 
Protobuf enum tinkoff.public.invest.api.contract.v1.SecurityTradingStatus
  • Enum Constant Details

    • SECURITY_TRADING_STATUS_UNSPECIFIED

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_UNSPECIFIED
      Торговый статус не определён
       
      SECURITY_TRADING_STATUS_UNSPECIFIED = 0;
    • SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING
      Недоступен для торгов
       
      SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING = 1;
    • SECURITY_TRADING_STATUS_OPENING_PERIOD

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_OPENING_PERIOD
      Период открытия торгов
       
      SECURITY_TRADING_STATUS_OPENING_PERIOD = 2;
    • SECURITY_TRADING_STATUS_CLOSING_PERIOD

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_CLOSING_PERIOD
      Период закрытия торгов
       
      SECURITY_TRADING_STATUS_CLOSING_PERIOD = 3;
    • SECURITY_TRADING_STATUS_BREAK_IN_TRADING

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_BREAK_IN_TRADING
      Перерыв в торговле
       
      SECURITY_TRADING_STATUS_BREAK_IN_TRADING = 4;
    • SECURITY_TRADING_STATUS_NORMAL_TRADING

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_NORMAL_TRADING
      Нормальная торговля
       
      SECURITY_TRADING_STATUS_NORMAL_TRADING = 5;
    • SECURITY_TRADING_STATUS_CLOSING_AUCTION

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_CLOSING_AUCTION
      Аукцион закрытия
       
      SECURITY_TRADING_STATUS_CLOSING_AUCTION = 6;
    • SECURITY_TRADING_STATUS_DARK_POOL_AUCTION

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_DARK_POOL_AUCTION
      Аукцион крупных пакетов
       
      SECURITY_TRADING_STATUS_DARK_POOL_AUCTION = 7;
    • SECURITY_TRADING_STATUS_DISCRETE_AUCTION

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_DISCRETE_AUCTION
      Дискретный аукцион
       
      SECURITY_TRADING_STATUS_DISCRETE_AUCTION = 8;
    • SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD
      Аукцион открытия
       
      SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD = 9;
    • SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE
      Период торгов по цене аукциона закрытия
       
      SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE = 10;
    • SECURITY_TRADING_STATUS_SESSION_ASSIGNED

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_SESSION_ASSIGNED
      Сессия назначена
       
      SECURITY_TRADING_STATUS_SESSION_ASSIGNED = 11;
    • SECURITY_TRADING_STATUS_SESSION_CLOSE

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_SESSION_CLOSE
      Сессия закрыта
       
      SECURITY_TRADING_STATUS_SESSION_CLOSE = 12;
    • SECURITY_TRADING_STATUS_SESSION_OPEN

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_SESSION_OPEN
      Сессия открыта
       
      SECURITY_TRADING_STATUS_SESSION_OPEN = 13;
    • SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING
      Доступна торговля в режиме внутренней ликвидности брокера
       
      SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING = 14;
    • SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING
      Перерыв торговли в режиме внутренней ликвидности брокера
       
      SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING = 15;
    • SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING

      public static final SecurityTradingStatus SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING
      Недоступна торговля в режиме внутренней ликвидности брокера
       
      SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING = 16;
    • UNRECOGNIZED

      public static final SecurityTradingStatus UNRECOGNIZED
  • Field Details

    • SECURITY_TRADING_STATUS_UNSPECIFIED_VALUE

      public static final int SECURITY_TRADING_STATUS_UNSPECIFIED_VALUE
      Торговый статус не определён
       
      SECURITY_TRADING_STATUS_UNSPECIFIED = 0;
      See Also:
    • SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING_VALUE

      public static final int SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING_VALUE
      Недоступен для торгов
       
      SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING = 1;
      See Also:
    • SECURITY_TRADING_STATUS_OPENING_PERIOD_VALUE

      public static final int SECURITY_TRADING_STATUS_OPENING_PERIOD_VALUE
      Период открытия торгов
       
      SECURITY_TRADING_STATUS_OPENING_PERIOD = 2;
      See Also:
    • SECURITY_TRADING_STATUS_CLOSING_PERIOD_VALUE

      public static final int SECURITY_TRADING_STATUS_CLOSING_PERIOD_VALUE
      Период закрытия торгов
       
      SECURITY_TRADING_STATUS_CLOSING_PERIOD = 3;
      See Also:
    • SECURITY_TRADING_STATUS_BREAK_IN_TRADING_VALUE

      public static final int SECURITY_TRADING_STATUS_BREAK_IN_TRADING_VALUE
      Перерыв в торговле
       
      SECURITY_TRADING_STATUS_BREAK_IN_TRADING = 4;
      See Also:
    • SECURITY_TRADING_STATUS_NORMAL_TRADING_VALUE

      public static final int SECURITY_TRADING_STATUS_NORMAL_TRADING_VALUE
      Нормальная торговля
       
      SECURITY_TRADING_STATUS_NORMAL_TRADING = 5;
      See Also:
    • SECURITY_TRADING_STATUS_CLOSING_AUCTION_VALUE

      public static final int SECURITY_TRADING_STATUS_CLOSING_AUCTION_VALUE
      Аукцион закрытия
       
      SECURITY_TRADING_STATUS_CLOSING_AUCTION = 6;
      See Also:
    • SECURITY_TRADING_STATUS_DARK_POOL_AUCTION_VALUE

      public static final int SECURITY_TRADING_STATUS_DARK_POOL_AUCTION_VALUE
      Аукцион крупных пакетов
       
      SECURITY_TRADING_STATUS_DARK_POOL_AUCTION = 7;
      See Also:
    • SECURITY_TRADING_STATUS_DISCRETE_AUCTION_VALUE

      public static final int SECURITY_TRADING_STATUS_DISCRETE_AUCTION_VALUE
      Дискретный аукцион
       
      SECURITY_TRADING_STATUS_DISCRETE_AUCTION = 8;
      See Also:
    • SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD_VALUE

      public static final int SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD_VALUE
      Аукцион открытия
       
      SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD = 9;
      See Also:
    • SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE_VALUE

      public static final int SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE_VALUE
      Период торгов по цене аукциона закрытия
       
      SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE = 10;
      See Also:
    • SECURITY_TRADING_STATUS_SESSION_ASSIGNED_VALUE

      public static final int SECURITY_TRADING_STATUS_SESSION_ASSIGNED_VALUE
      Сессия назначена
       
      SECURITY_TRADING_STATUS_SESSION_ASSIGNED = 11;
      See Also:
    • SECURITY_TRADING_STATUS_SESSION_CLOSE_VALUE

      public static final int SECURITY_TRADING_STATUS_SESSION_CLOSE_VALUE
      Сессия закрыта
       
      SECURITY_TRADING_STATUS_SESSION_CLOSE = 12;
      See Also:
    • SECURITY_TRADING_STATUS_SESSION_OPEN_VALUE

      public static final int SECURITY_TRADING_STATUS_SESSION_OPEN_VALUE
      Сессия открыта
       
      SECURITY_TRADING_STATUS_SESSION_OPEN = 13;
      See Also:
    • SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING_VALUE

      public static final int SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING_VALUE
      Доступна торговля в режиме внутренней ликвидности брокера
       
      SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING = 14;
      See Also:
    • SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING_VALUE

      public static final int SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING_VALUE
      Перерыв торговли в режиме внутренней ликвидности брокера
       
      SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING = 15;
      See Also:
    • SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING_VALUE

      public static final int SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING_VALUE
      Недоступна торговля в режиме внутренней ликвидности брокера
       
      SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING = 16;
      See Also:
  • Method Details

    • values

      public static SecurityTradingStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static SecurityTradingStatus valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static SecurityTradingStatus valueOf(int value)
      Deprecated.
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static SecurityTradingStatus forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<SecurityTradingStatus> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static SecurityTradingStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null