toggle menu
api-communication
JVM
switch theme
search in API
api-communication
/
org.cryptotrader.api.library.communication.response
/
PortfolioAssetResponse
Portfolio
Asset
Response
data
class
PortfolioAssetResponse
(
val
id
:
Long
,
val
currencyName
:
String
,
val
currencyCode
:
String
,
val
shares
:
Double
,
val
sharesValueInDollars
:
Double
,
val
assetWalletDollars
:
Double
,
val
totalValueInDollars
:
Double
,
val
targetPrice
:
Double
,
val
lastUpdated
:
String
,
val
vendorName
:
String
)
Members
Constructors
Portfolio
Asset
Response
Link copied to clipboard
constructor
(
portfolioAsset
:
PortfolioAsset
)
constructor
(
id
:
Long
,
currencyName
:
String
,
currencyCode
:
String
,
shares
:
Double
,
sharesValueInDollars
:
Double
,
assetWalletDollars
:
Double
,
totalValueInDollars
:
Double
,
targetPrice
:
Double
,
lastUpdated
:
String
,
vendorName
:
String
)
Properties
asset
Wallet
Dollars
Link copied to clipboard
val
assetWalletDollars
:
Double
currency
Code
Link copied to clipboard
val
currencyCode
:
String
currency
Name
Link copied to clipboard
val
currencyName
:
String
id
Link copied to clipboard
val
id
:
Long
last
Updated
Link copied to clipboard
val
lastUpdated
:
String
shares
Link copied to clipboard
val
shares
:
Double
shares
Value
In
Dollars
Link copied to clipboard
val
sharesValueInDollars
:
Double
target
Price
Link copied to clipboard
val
targetPrice
:
Double
total
Value
In
Dollars
Link copied to clipboard
val
totalValueInDollars
:
Double
vendor
Name
Link copied to clipboard
val
vendorName
:
String