Account Portfolio
data class AccountPortfolio(accountId: String, next: String?, totalPages: Int?, nextPageNo: String?, positions: List<PortfolioPosition>)
Content copied to clipboard
Parameters
accountId
Numeric account ID
next
The next account portfolio item
totalPages
The total number of pages
nextPageNo
The next page number
positions
The positions in this portfolio
Constructors
AccountPortfolio
Link copied to clipboard
fun AccountPortfolio(accountId: String, next: String?, totalPages: Int?, nextPageNo: String?, positions: List<PortfolioPosition>)
Content copied to clipboard
Numeric account ID
Properties
nextPageNo
Link copied to clipboard
positions
Link copied to clipboard
totalPages
Link copied to clipboard
Sources
jvm source
Link copied to clipboard