AccountPortfolio

fun AccountPortfolio(accountId: String, next: String?, totalPages: Int?, nextPageNo: String?, positions: List<PortfolioPosition>)

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

Sources

jvm source
Link copied to clipboard