Class NettedLegExecution
- java.lang.Object
-
- com.caplin.motif.fx.trading.block.event.NettedLegExecution
-
public class NettedLegExecution extends Object
-
-
Constructor Summary
Constructors Constructor Description NettedLegExecution(String legNumber, String nettedPrice, BuySell buySell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
BuySell
getBuySell()
int
getNettedLegNumber()
String
getNettedPrice()
int
hashCode()
String
toString()
-