public class InstrumentStorageImpl extends Object implements InstrumentStorage
| Modifier and Type | Method and Description |
|---|---|
void |
addInstrument(Instrument instrument) |
void |
clear() |
List<Instrument> |
getInstrumentBySecGroup(String secGroup) |
Instrument |
getInstrumentBySecId(String secId) |
Instrument |
getInstrumentBySymbol(String symbol) |
List<Instrument> |
getInstruments() |
public Instrument getInstrumentBySymbol(String symbol)
getInstrumentBySymbol in interface InstrumentStoragepublic Instrument getInstrumentBySecId(String secId)
getInstrumentBySecId in interface InstrumentStoragepublic void addInstrument(Instrument instrument)
addInstrument in interface InstrumentStoragepublic List<Instrument> getInstruments()
getInstruments in interface InstrumentStoragepublic void clear()
clear in interface InstrumentStoragepublic List<Instrument> getInstrumentBySecGroup(String secGroup)
getInstrumentBySecGroup in interface InstrumentStorageCopyright © 2000–2025 EPAM Systems. All rights reserved.