Class FieldComparator
- java.lang.Object
-
- com.caplin.motif.fx.trading.orders.FieldComparator
-
@Deprecated public class FieldComparator extends java.lang.Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FieldComparator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
compare(java.lang.String lhs, java.lang.String rhs)
Deprecated.Given two values, returns true if they are equal.
-
-
-
Method Detail
-
compare
public boolean compare(java.lang.String lhs, java.lang.String rhs)
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.
-
-