com.activequant.domainmodel
Class Portfolio
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Portfolio
public class Portfolio
- extends PersistentEntity
| 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, toString, wait, wait, wait |
Portfolio
public Portfolio()
getAccountId
public String getAccountId()
getId
public String getId()
- Specified by:
getId in class PersistentEntity
getTradeableInstrumentIds
public String[] getTradeableInstrumentIds()
setAccountId
public void setAccountId(String accountId)
setTradeableInstrumentIds
public void setTradeableInstrumentIds(String[] positionIds)
getPositions
public double[] getPositions()
setPositions
public void setPositions(double[] positions)
getEntryPrice
public double[] getEntryPrice()
setEntryPrice
public void setEntryPrice(double[] entryPrice)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.