Uses of Class
cloud.metaapi.sdk.clients.meta_api.models.AccountType
-
Packages that use AccountType Package Description cloud.metaapi.sdk.clients.meta_api.models -
-
Uses of AccountType in cloud.metaapi.sdk.clients.meta_api.models
Fields in cloud.metaapi.sdk.clients.meta_api.models with type parameters of type AccountType Modifier and Type Field Description List<AccountType>AccountsFilter. typeAccount type ornullMethods in cloud.metaapi.sdk.clients.meta_api.models that return AccountType Modifier and Type Method Description static AccountTypeAccountType. ofValue(String value)Returns enum account type from its valuestatic AccountTypeAccountType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountType[]AccountType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-