public class FXSettingContainer
extends java.lang.Object
Constructor and Description |
---|
FXSettingContainer() |
Modifier and Type | Method and Description |
---|---|
static int |
CurrencyOrder(java.lang.String strCurrency)
Retrieve the Order corresponding to the specified Currency
|
static CurrencyPair |
CurrencyPair(java.lang.String strCurrency1,
java.lang.String strCurrency2)
Retrieve the Currency Pair Instance from the specified Currencies
|
static boolean |
Init()
Initialize the FXSettingContainer
|
public static final boolean Init()
public static final int CurrencyOrder(java.lang.String strCurrency) throws java.lang.Exception
strCurrency
- The Currencyjava.lang.Exception
- Thrown if Inputs of Invalidpublic static final CurrencyPair CurrencyPair(java.lang.String strCurrency1, java.lang.String strCurrency2)
strCurrency1
- Currency #1strCurrency2
- Currency #2