com.activequant.domainmodel
Class Position

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

public class Position
extends PersistentEntity


Constructor Summary
Position()
           
 
Method Summary
 double getAvgOpenPrice()
           
 String getBrokerId()
           
 String getId()
           
 String getInstrumentId()
           
 String getPortfolioId()
           
 double getQuantity()
           
 double getValuationPrice()
           
 void setAvgOpenPrice(double avgOpenPrice)
           
 void setBrokerId(String brokerId)
           
 void setInstrumentId(String instrumentId)
           
 void setPortfolioId(String portfolioId)
           
 void setQuantity(double quantity)
           
 void setValuationPrice(double valuationPrice)
           
 
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

Position

public Position()
Method Detail

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.