com.activequant.domainmodel
Class Portfolio

java.lang.Object
  extended by com.activequant.domainmodel.PersistentEntity
      extended by com.activequant.domainmodel.Portfolio

public class Portfolio
extends PersistentEntity


Constructor Summary
Portfolio()
           
 
Method Summary
 String getAccountId()
           
 double[] getEntryPrice()
           
 String getId()
           
 double[] getPositions()
           
 String[] getTradeableInstrumentIds()
           
 void setAccountId(String accountId)
           
 void setEntryPrice(double[] entryPrice)
           
 void setPositions(double[] positions)
           
 void setTradeableInstrumentIds(String[] positionIds)
           
 
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
 

Constructor Detail

Portfolio

public Portfolio()
Method Detail

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.