public final class Position extends Object
| Constructor and Description |
|---|
Position(Account account,
Product product,
int quantity) |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
String |
getCategory() |
double |
getMarketValue() |
BigDecimal |
getPreciseMarketValue() |
Product |
getProduct() |
int |
getQuantity() |
public Account getAccount()
public Product getProduct()
public String getCategory()
public int getQuantity()
public double getMarketValue()
public BigDecimal getPreciseMarketValue()
Copyright © 2004–2016. All rights reserved.