Package ru.tinkoff.piapi.contract.v1
Enum 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 Summary
Enum ConstantsEnum ConstantDescriptionПерерыв в торговлеАукцион закрытияПериод закрытия торговАукцион крупных пакетовПерерыв торговли в режиме внутренней ликвидности брокераДоступна торговля в режиме внутренней ликвидности брокераНедоступна торговля в режиме внутренней ликвидности брокераДискретный аукционНормальная торговляНедоступен для торговАукцион открытияПериод открытия торговСессия назначенаСессия закрытаСессия открытаПериод торгов по цене аукциона закрытияТорговый статус не определён -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intПерерыв в торговлеstatic final intАукцион закрытияstatic final intПериод закрытия торговstatic final intАукцион крупных пакетовstatic final intПерерыв торговли в режиме внутренней ликвидности брокераstatic final intДоступна торговля в режиме внутренней ликвидности брокераstatic final intНедоступна торговля в режиме внутренней ликвидности брокераstatic final intДискретный аукционstatic final intНормальная торговляstatic final intНедоступен для торговstatic final intАукцион открытияstatic final intПериод открытия торговstatic final intСессия назначенаstatic final intСессия закрытаstatic final intСессия открытаstatic final intПериод торгов по цене аукциона закрытияstatic final intТорговый статус не определён -
Method Summary
Modifier and TypeMethodDescriptionstatic SecurityTradingStatusforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<SecurityTradingStatus>static SecurityTradingStatusvalueOf(int value) Deprecated.static SecurityTradingStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static SecurityTradingStatusReturns the enum constant of this type with the specified name.static SecurityTradingStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
SECURITY_TRADING_STATUS_UNSPECIFIED
Торговый статус не определён
SECURITY_TRADING_STATUS_UNSPECIFIED = 0; -
SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING
Недоступен для торгов
SECURITY_TRADING_STATUS_NOT_AVAILABLE_FOR_TRADING = 1; -
SECURITY_TRADING_STATUS_OPENING_PERIOD
Период открытия торгов
SECURITY_TRADING_STATUS_OPENING_PERIOD = 2; -
SECURITY_TRADING_STATUS_CLOSING_PERIOD
Период закрытия торгов
SECURITY_TRADING_STATUS_CLOSING_PERIOD = 3; -
SECURITY_TRADING_STATUS_BREAK_IN_TRADING
Перерыв в торговле
SECURITY_TRADING_STATUS_BREAK_IN_TRADING = 4; -
SECURITY_TRADING_STATUS_NORMAL_TRADING
Нормальная торговля
SECURITY_TRADING_STATUS_NORMAL_TRADING = 5; -
SECURITY_TRADING_STATUS_CLOSING_AUCTION
Аукцион закрытия
SECURITY_TRADING_STATUS_CLOSING_AUCTION = 6; -
SECURITY_TRADING_STATUS_DARK_POOL_AUCTION
Аукцион крупных пакетов
SECURITY_TRADING_STATUS_DARK_POOL_AUCTION = 7; -
SECURITY_TRADING_STATUS_DISCRETE_AUCTION
Дискретный аукцион
SECURITY_TRADING_STATUS_DISCRETE_AUCTION = 8; -
SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD
Аукцион открытия
SECURITY_TRADING_STATUS_OPENING_AUCTION_PERIOD = 9; -
SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE
Период торгов по цене аукциона закрытия
SECURITY_TRADING_STATUS_TRADING_AT_CLOSING_AUCTION_PRICE = 10; -
SECURITY_TRADING_STATUS_SESSION_ASSIGNED
Сессия назначена
SECURITY_TRADING_STATUS_SESSION_ASSIGNED = 11; -
SECURITY_TRADING_STATUS_SESSION_CLOSE
Сессия закрыта
SECURITY_TRADING_STATUS_SESSION_CLOSE = 12; -
SECURITY_TRADING_STATUS_SESSION_OPEN
Сессия открыта
SECURITY_TRADING_STATUS_SESSION_OPEN = 13; -
SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING
Доступна торговля в режиме внутренней ликвидности брокера
SECURITY_TRADING_STATUS_DEALER_NORMAL_TRADING = 14; -
SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING
Перерыв торговли в режиме внутренней ликвидности брокера
SECURITY_TRADING_STATUS_DEALER_BREAK_IN_TRADING = 15; -
SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING
Недоступна торговля в режиме внутренней ликвидности брокера
SECURITY_TRADING_STATUS_DEALER_NOT_AVAILABLE_FOR_TRADING = 16; -
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
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
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
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 nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-