154155156157158159160161162163164
/* Add alternate options symbol */ final InstrumentState inst = e.getValue().get(0); if(inst != null) { if(inst.symbol().contains("|")) { symbolMap.put(inst.vendorSymbols().get( VendorID.BARCHART), e.getValue()); } }
162163164165166167168169170171172
/* Add alternate options symbol */ final InstrumentState inst = e.getValue().get(0); if(inst != null) { if(inst.symbol().contains("|")) { symbolMap.put(inst.vendorSymbols().get(VendorID.BARCHART), e.getValue()); } } }