com.activequant.domainmodel
Class Derivative

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.domainmodel.Instrument
          extended by com.activequant.domainmodel.ListedInstrument
              extended by com.activequant.domainmodel.Derivative
Direct Known Subclasses:
Future

public abstract class Derivative
extends ListedInstrument


Constructor Summary
Derivative(String name)
           
 
Method Summary
 String getUnderlyingId()
           
 void setUnderlyingId(String underlyingId)
           
 
Methods inherited from class com.activequant.domainmodel.ListedInstrument
getCurrency, getExchangeCode, getQuoteUnits, getTickSize, getTickValue, setCurrency, setExchangeCode, setQuoteUnits, setTickSize, setTickValue
 
Methods inherited from class com.activequant.domainmodel.Instrument
getDescription, getId, getName, getShortName, setDescription, setName, setShortName, toString
 
Methods inherited from class com.activequant.domainmodel.PersistentEntity
clearMap, convertValueToType, getClassName, getCreationTime, getDeletionTime, getSnapshotTime, initFromMap, nullSafe, propertyMap, setClassName, setCreationTime, setDeletionTime, setSnapshotTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Derivative

public Derivative(String name)
Method Detail

getUnderlyingId

public String getUnderlyingId()

setUnderlyingId

public void setUnderlyingId(String underlyingId)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.