Package org.drip.market.definition
Class FXSettingContainer
java.lang.Object
org.drip.market.definition.FXSettingContainer
public class FXSettingContainer
extends java.lang.Object
FXSettingContainer contains the Parameters related to the FX Settings.
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description FXSettingContainer()
-
Method Summary
Modifier and Type Method Description static int
CurrencyOrder(java.lang.String strCurrency)
Retrieve the Order corresponding to the specified Currencystatic CurrencyPair
CurrencyPair(java.lang.String strCurrency1, java.lang.String strCurrency2)
Retrieve the Currency Pair Instance from the specified Currenciesstatic boolean
Init()
Initialize the FXSettingContainerMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FXSettingContainer
public FXSettingContainer()
-
-
Method Details
-
Init
public static final boolean Init()Initialize the FXSettingContainer- Returns:
- TRUE - FXSettingsContainer successfully initialized
-
CurrencyOrder
public static final int CurrencyOrder(java.lang.String strCurrency) throws java.lang.ExceptionRetrieve the Order corresponding to the specified Currency- Parameters:
strCurrency
- The Currency- Returns:
- The Order corresponding to the specified Currency
- Throws:
java.lang.Exception
- Thrown if Inputs of Invalid
-
CurrencyPair
public static final CurrencyPair CurrencyPair(java.lang.String strCurrency1, java.lang.String strCurrency2)Retrieve the Currency Pair Instance from the specified Currencies- Parameters:
strCurrency1
- Currency #1strCurrency2
- Currency #2- Returns:
- The Currency Pair Instance
-