Class FieldComparator
java.lang.Object
com.caplin.motif.fx.trading.orders.FieldComparator
Deprecated.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FieldComparator
public FieldComparator()Deprecated.
-
-
Method Details
-
compare
Deprecated.Given two values, returns true if they are equal. Given currency values, (eg x.yz) will compare numerically, therefore 1.0 and 1 are considered to be equal.- Parameters:
lhs
- aString
valuerhs
- aString
value- Returns:
boolean
true if the values are equal, or else false.
-