PortfolioAssetHistoryResponse

data class PortfolioAssetHistoryResponse(val currencyCode: String, val shares: Double, val sharesValueInDollars: Double, val assetWalletDollars: Double, val targetPrice: Double, val valueChange: Double, val sharesChange: Double, val tradeOccurred: Boolean, val vendorName: String, val vendorRate: Double, val lastUpdated: String)

Constructors

Link copied to clipboard
constructor(portfolioAssetHistory: PortfolioAssetHistory)
constructor(currencyCode: String, shares: Double, sharesValueInDollars: Double, assetWalletDollars: Double, targetPrice: Double, valueChange: Double, sharesChange: Double, tradeOccurred: Boolean, vendorName: String, vendorRate: Double, lastUpdated: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard