程序包 xyz.redtorch.pb

Enum Class CoreEnum.ExchangeEnum

java.lang.Object
java.lang.Enum<CoreEnum.ExchangeEnum>
xyz.redtorch.pb.CoreEnum.ExchangeEnum
所有已实现的接口:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CoreEnum.ExchangeEnum>, Constable
封闭类:
CoreEnum

public static enum CoreEnum.ExchangeEnum extends Enum<CoreEnum.ExchangeEnum> implements com.google.protobuf.ProtocolMessageEnum
 ExchangeEnum是一个交易所类型
 
Protobuf enum xyz.redtorch.pb.ExchangeEnum
  • 枚举常量详细资料

  • 字段详细资料

    • UnknownExchange_VALUE

      public static final int UnknownExchange_VALUE
       未知
       
      UnknownExchange = 0;
      另请参阅:
    • SSE_VALUE

      public static final int SSE_VALUE
       上海证券交易所
       
      SSE = 1;
      另请参阅:
    • SZSE_VALUE

      public static final int SZSE_VALUE
       深圳证券交易所
       
      SZSE = 2;
      另请参阅:
    • CFFEX_VALUE

      public static final int CFFEX_VALUE
       中国金融期货交易所
       
      CFFEX = 3;
      另请参阅:
    • SHFE_VALUE

      public static final int SHFE_VALUE
       上海期货交易所
       
      SHFE = 4;
      另请参阅:
    • CZCE_VALUE

      public static final int CZCE_VALUE
       郑州商品交易所
       
      CZCE = 5;
      另请参阅:
    • DCE_VALUE

      public static final int DCE_VALUE
       大连商品交易所
       
      DCE = 6;
      另请参阅:
    • SGE_VALUE

      public static final int SGE_VALUE
       上海黄金交易所
       
      SGE = 7;
      另请参阅:
    • INE_VALUE

      public static final int INE_VALUE
       上海国际能源交易中心
       
      INE = 8;
      另请参阅:
    • SEHK_VALUE

      public static final int SEHK_VALUE
       香港联合交易所
       
      SEHK = 9;
      另请参阅:
    • HKFE_VALUE

      public static final int HKFE_VALUE
       香港期货交易所
       
      HKFE = 10;
      另请参阅:
    • SGX_VALUE

      public static final int SGX_VALUE
       新加坡证券交易所
       
      SGX = 11;
      另请参阅:
    • NYBOT_VALUE

      public static final int NYBOT_VALUE
      纽约期货交易所
       
      NYBOT = 12;
      另请参阅:
    • NYMEX_VALUE

      public static final int NYMEX_VALUE
       纽约商业交易所
       
      NYMEX = 13;
      另请参阅:
    • COMEX_VALUE

      public static final int COMEX_VALUE
       纽约金属交易所
       
      COMEX = 14;
      另请参阅:
    • CME_VALUE

      public static final int CME_VALUE
       芝加哥商业交易所
       
      CME = 15;
      另请参阅:
    • CFE_VALUE

      public static final int CFE_VALUE
       芝加哥期权交易所期货交易分所
       
      CFE = 16;
      另请参阅:
    • GLOBEX_VALUE

      public static final int GLOBEX_VALUE
       CME Globex
       
      GLOBEX = 17;
      另请参阅:
    • ICE_VALUE

      public static final int ICE_VALUE
       美国洲际交易所
       
      ICE = 18;
      另请参阅:
    • IPE_VALUE

      public static final int IPE_VALUE
       伦敦国际石油交易所
       
      IPE = 19;
      另请参阅:
    • LME_VALUE

      public static final int LME_VALUE
       伦敦金属交易所
       
      LME = 20;
      另请参阅:
    • IDEALPRO_VALUE

      public static final int IDEALPRO_VALUE
       IDEALPRO(IB外汇)
       
      IDEALPRO = 21;
      另请参阅:
    • OANDA_VALUE

      public static final int OANDA_VALUE
       OANDA外汇做市商
       
      OANDA = 22;
      另请参阅:
    • FXCM_VALUE

      public static final int FXCM_VALUE
       FXCM外汇做市商
       
      FXCM = 23;
      另请参阅:
    • SMART_VALUE

      public static final int SMART_VALUE
       IB智能路由
       
      SMART = 24;
      另请参阅:
    • GFEX_VALUE

      public static final int GFEX_VALUE
       广州期货交易所
       
      GFEX = 25;
      另请参阅:
    • BINANCE_VALUE

      public static final int BINANCE_VALUE
       币安交易所
       
      BINANCE = 26;
      另请参阅:
    • OKX_VALUE

      public static final int OKX_VALUE
       欧易交易所
       
      OKX = 27;
      另请参阅:
    • GATE_VALUE

      public static final int GATE_VALUE
       芝麻开门交易所
       
      GATE = 28;
      另请参阅:
    • BSE_VALUE

      public static final int BSE_VALUE
       北京证券交易所
       
      BSE = 29;
      另请参阅:
  • 方法详细资料

    • values

      public static CoreEnum.ExchangeEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static CoreEnum.ExchangeEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • getNumber

      public final int getNumber()
      指定者:
      getNumber 在接口中 com.google.protobuf.Internal.EnumLite
      指定者:
      getNumber 在接口中 com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static CoreEnum.ExchangeEnum valueOf(int value)
      已过时。
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      value - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • forNumber

      public static CoreEnum.ExchangeEnum forNumber(int value)
      参数:
      value - The numeric wire value of the corresponding enum entry.
      返回:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

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

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      指定者:
      getValueDescriptor 在接口中 com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      指定者:
      getDescriptorForType 在接口中 com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

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

      public static CoreEnum.ExchangeEnum valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      desc - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值