public static enum SubAccountTransfer.SubAccountTypeEnum extends Enum<SubAccountTransfer.SubAccountTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SubAccountTransfer.SubAccountTypeEnum.Adapter |
| Enum Constant and Description |
|---|
CROSS_MARGIN |
DELIVERY |
FUTURES |
SPOT |
| Modifier and Type | Method and Description |
|---|---|
static SubAccountTransfer.SubAccountTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static SubAccountTransfer.SubAccountTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubAccountTransfer.SubAccountTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubAccountTransfer.SubAccountTypeEnum SPOT
public static final SubAccountTransfer.SubAccountTypeEnum FUTURES
public static final SubAccountTransfer.SubAccountTypeEnum CROSS_MARGIN
public static final SubAccountTransfer.SubAccountTypeEnum DELIVERY
public static SubAccountTransfer.SubAccountTypeEnum[] values()
for (SubAccountTransfer.SubAccountTypeEnum c : SubAccountTransfer.SubAccountTypeEnum.values()) System.out.println(c);
public static SubAccountTransfer.SubAccountTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<SubAccountTransfer.SubAccountTypeEnum>public static SubAccountTransfer.SubAccountTypeEnum fromValue(String value)
Copyright © 2023. All rights reserved.