com.activequant.domainmodel
Class ListedInstrument

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

public abstract class ListedInstrument
extends Instrument


Constructor Summary
ListedInstrument(String name)
           
 
Method Summary
 String getCurrency()
           
 String getExchangeCode()
           
 String getQuoteUnits()
           
 Double getTickSize()
           
 Double getTickValue()
           
 void setCurrency(String currency)
           
 void setExchangeCode(String exchangeCode)
           
 void setQuoteUnits(String quoteUnits)
           
 void setTickSize(Double tickSize)
           
 void setTickValue(Double tickValue)
           
 
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

ListedInstrument

public ListedInstrument(String name)
Method Detail

getTickSize

public Double getTickSize()

setTickSize

public void setTickSize(Double tickSize)

getTickValue

public Double getTickValue()

setTickValue

public void setTickValue(Double tickValue)

getQuoteUnits

public String getQuoteUnits()

setQuoteUnits

public void setQuoteUnits(String quoteUnits)

getExchangeCode

public String getExchangeCode()

setExchangeCode

public void setExchangeCode(String exchangeCode)

getCurrency

public String getCurrency()

setCurrency

public void setCurrency(String currency)


Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.