com.activequant.domainmodel
Class Position
java.lang.Object
com.activequant.domainmodel.PersistentEntity
com.activequant.domainmodel.Position
public class Position
- 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 |
Position
public Position()
getAvgOpenPrice
public double getAvgOpenPrice()
getBrokerId
public String getBrokerId()
getId
public String getId()
- Specified by:
getId in class PersistentEntity
getInstrumentId
public String getInstrumentId()
getPortfolioId
public String getPortfolioId()
getQuantity
public double getQuantity()
getValuationPrice
public double getValuationPrice()
setAvgOpenPrice
public void setAvgOpenPrice(double avgOpenPrice)
setBrokerId
public void setBrokerId(String brokerId)
setInstrumentId
public void setInstrumentId(String instrumentId)
setPortfolioId
public void setPortfolioId(String portfolioId)
setQuantity
public void setQuantity(double quantity)
setValuationPrice
public void setValuationPrice(double valuationPrice)
Copyright © 2012 ActiveQuant GmbH. All Rights Reserved.