private ChainByClOrdID chain ;
public ChainByClOrdIDAction(JideMenu menu, FIXMessageTable table)
{
this.table = table;
this.chain = new ChainByClOrdID(table) ;
putValue(Action.NAME, "By ClOrdID...");
putValue(Action.SHORT_DESCRIPTION, "Follow messages related to this order");
table.getSelectionModel().addListSelectionListener(new ListSelectionListener()