public class BondOrderDifference extends Object implements IDifference
IDifference between two IBond.Orders.| Modifier and Type | Method and Description |
|---|---|
static IDifference |
construct(String name,
IBond.Order first,
IBond.Order second)
Constructs a new
IDifference object. |
String |
toString()
Returns a
String representation for this IDifference. |
public static IDifference construct(String name, IBond.Order first, IBond.Order second)
IDifference object.name - a name reflecting the nature of the created IDifferencefirst - the first object to comparesecond - the second object to compareIDifference reflecting the differences between the first and second objectCopyright © 2021. All rights reserved.