| Package | Description |
|---|---|
| com.google.gdata.data.finance |
| Modifier and Type | Method and Description |
|---|---|
List<Money> |
Price.getMoney()
Returns the monetary value of the transaction price.
|
List<Money> |
MarketValue.getMoney()
Returns the monetary value of the market value.
|
List<Money> |
Gain.getMoney()
Returns the monetary value of the total gain.
|
List<Money> |
DaysGain.getMoney()
Returns the monetary value of day's gain.
|
List<Money> |
CostBasis.getMoney()
Returns the monetary value of the cost basis.
|
List<Money> |
Commission.getMoney()
Returns the monetary value of the commission.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Price.addMoney(Money money)
Adds a new monetary value of the transaction price.
|
void |
MarketValue.addMoney(Money money)
Adds a new monetary value of the market value.
|
void |
Gain.addMoney(Money money)
Adds a new monetary value of the total gain.
|
void |
DaysGain.addMoney(Money money)
Adds a new monetary value of day's gain.
|
void |
CostBasis.addMoney(Money money)
Adds a new monetary value of the cost basi.
|
void |
Commission.addMoney(Money money)
Adds a new monetary value of the commission.
|
Copyright © 2012. All Rights Reserved.