public static enum MetatraderAccountInformation.MarginMode extends Enum<MetatraderAccountInformation.MarginMode>
| Enum Constant and Description |
|---|
ACCOUNT_MARGIN_MODE_EXCHANGE |
ACCOUNT_MARGIN_MODE_RETAIL_HEDGING |
ACCOUNT_MARGIN_MODE_RETAIL_NETTING |
| Modifier and Type | Method and Description |
|---|---|
static MetatraderAccountInformation.MarginMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetatraderAccountInformation.MarginMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetatraderAccountInformation.MarginMode ACCOUNT_MARGIN_MODE_EXCHANGE
public static final MetatraderAccountInformation.MarginMode ACCOUNT_MARGIN_MODE_RETAIL_NETTING
public static final MetatraderAccountInformation.MarginMode ACCOUNT_MARGIN_MODE_RETAIL_HEDGING
public static MetatraderAccountInformation.MarginMode[] values()
for (MetatraderAccountInformation.MarginMode c : MetatraderAccountInformation.MarginMode.values()) System.out.println(c);
public static MetatraderAccountInformation.MarginMode 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 nullCopyright © 2021. All rights reserved.