com.activequant.dao
Interface IInstrumentDao

All Superinterfaces:
IEntityDao<Instrument>
All Known Implementing Classes:
InstrumentDao

public interface IInstrumentDao
extends IEntityDao<Instrument>


Method Summary
 String[] getNonExpiredInstruments(long referenceDate8)
           
 String[] searchById(String searchString, int resultAmount)
           
 
Methods inherited from interface com.activequant.dao.IEntityDao
count, countForAttributeValue, countForAttributeValue, countForAttributeValue, create, delete, findIDs, findIDs, findIDs, findIDs, findIDsWhereCreationDateBetween, load, loadAll, loadIDs, update
 

Method Detail

getNonExpiredInstruments

String[] getNonExpiredInstruments(long referenceDate8)

searchById

String[] searchById(String searchString,
                    int resultAmount)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.