public class FXLabel extends java.lang.Object implements LatentStateLabel
| Modifier and Type | Method and Description |
|---|---|
CurrencyPair |
currencyPair()
Retrieve the Currency Pair Instance
|
java.lang.String |
fullyQualifiedName()
Retrieve the Fully Qualified Name
|
FXLabel |
inverse()
Delegate the Inverse FX Label
|
boolean |
match(LatentStateLabel lslOther)
Indicate whether this Label matches the supplied.
|
static FXLabel |
Standard(CurrencyPair cp)
Make a Standard FX Label from the Currency Pair Instance
|
static FXLabel |
Standard(java.lang.String strCode)
Make a Standard FX Label from the Currency Pair Code
|
public static final FXLabel Standard(CurrencyPair cp)
cp - The Currency Pair Instancepublic static final FXLabel Standard(java.lang.String strCode)
strCode - The FX Codepublic java.lang.String fullyQualifiedName()
LatentStateLabelfullyQualifiedName in interface LatentStateLabelpublic boolean match(LatentStateLabel lslOther)
LatentStateLabelmatch in interface LatentStateLabellslOther - The Supplied Labelpublic FXLabel inverse()
public CurrencyPair currencyPair()