public interface IFinancialInstrumentProvider
Modifier and Type | Method and Description |
---|---|
Set<Instrument> |
getExoticInstruments() |
IFinancialInstrument |
getFinancialInstrument(Instrument instrument) |
IFinancialInstrument |
getFinancialInstrument(String instrument) |
Set<IFinancialInstrument> |
getFinancialInstruments() |
IInstrumentGroup |
getGroup(String name) |
Set<IInstrumentGroup> |
getGroups() |
Instrument |
getInstrument(IFinancialInstrument financialInstrument) |
Instrument |
getInstrument(String financialInstrument) |
IFinancialInstrument getFinancialInstrument(String instrument)
IFinancialInstrument getFinancialInstrument(Instrument instrument)
Set<IFinancialInstrument> getFinancialInstruments()
Instrument getInstrument(String financialInstrument)
Instrument getInstrument(IFinancialInstrument financialInstrument)
IInstrumentGroup getGroup(String name)
Set<IInstrumentGroup> getGroups()
Set<Instrument> getExoticInstruments()
Copyright © 2016. All rights reserved.