com.activequant.domainmodel
Class InstrumentChain
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Instrument
com.activequant.domainmodel.InstrumentChain
public class InstrumentChain
- extends Instrument
| Methods inherited from class com.activequant.domainmodel.PersistentEntity |
clearMap, convertValueToType, getClassName, getCreationTime, getDeletionTime, getSnapshotTime, initFromMap, nullSafe, propertyMap, setClassName, setCreationTime, setDeletionTime, setSnapshotTime |
InstrumentChain
public InstrumentChain()
getValidInstrument
public String getValidInstrument(Long date8)
throws NoEntryForDate
- returns the valid instrument Id for a specific date.
- Parameters:
date8 -
- Returns:
-
- Throws:
NoEntryForDate
getId
public String getId()
- Specified by:
getId in class Instrument
getRollDates
public Long[] getRollDates()
getValidInstrument
public String[] getValidInstrument()
setRollDates
public void setRollDates(Long[] rollDates)
setValidInstrument
public void setValidInstrument(String[] validInstrument)
toString
public String toString()
- Overrides:
toString in class Instrument
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.