Get Portfolio Constraints Result
data class GetPortfolioConstraintsResult(val acceptLanguage: String? = null, val details: List<GetPortfolioConstraintsDetail>, val id: String, val portfolioId: String, val productId: String? = null)
A collection of values returned by getPortfolioConstraints.
Constructors
Link copied to clipboard
fun GetPortfolioConstraintsResult(acceptLanguage: String? = null, details: List<GetPortfolioConstraintsDetail>, id: String, portfolioId: String, productId: String? = null)