net.sf.emarket.account.domain
Class AcctPosition
java.lang.Object
net.sf.emarket.account.domain.AcctPosition
- All Implemented Interfaces:
- java.io.Serializable
public class AcctPosition
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_LONG
public static final java.lang.String TYPE_LONG
- See Also:
- Constant Field Values
TYPE_SHORT
public static final java.lang.String TYPE_SHORT
- See Also:
- Constant Field Values
AcctPosition
public AcctPosition()
getId
public long getId()
setId
public void setId(long id)
getAcctId
public java.lang.String getAcctId()
setAcctId
public void setAcctId(java.lang.String acctId)
getOrderId
public java.lang.String getOrderId()
setOrderId
public void setOrderId(java.lang.String orderId)
getFillId
public long getFillId()
setFillId
public void setFillId(long fillId)
getSymbol
public java.lang.String getSymbol()
setSymbol
public void setSymbol(java.lang.String symbol)
getSymbolType
public java.lang.String getSymbolType()
setSymbolType
public void setSymbolType(java.lang.String symbolType)
getQuantity
public long getQuantity()
setQuantity
public void setQuantity(long quantity)
getPurchasePrice
public float getPurchasePrice()
setPurchasePrice
public void setPurchasePrice(float purchasePrice)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getTotalPrice
public float getTotalPrice()
setTotalPrice
public void setTotalPrice(float totalPrice)
getCurrentPrice
public float getCurrentPrice()
setCurrentPrice
public void setCurrentPrice(float currentPrice)
getCurrentValue
public float getCurrentValue()
setCurrentValue
public void setCurrentValue(float currentValue)
getLastUpdated
public java.sql.Timestamp getLastUpdated()
setLastUpdated
public void setLastUpdated(java.sql.Timestamp lastUpdated)
Copyright © 2009. All Rights Reserved.