GetPortfolioConstraintsPlainArgs

data class GetPortfolioConstraintsPlainArgs(val acceptLanguage: String? = null, val portfolioId: String, val productId: String? = null) : ConvertibleToJava<GetPortfolioConstraintsPlainArgs>

A collection of arguments for invoking getPortfolioConstraints.

Constructors

Link copied to clipboard
constructor(acceptLanguage: String? = null, portfolioId: String, productId: String? = null)

Properties

Link copied to clipboard
val acceptLanguage: String? = null

Language code. Valid values: en (English), jp (Japanese), zh (Chinese). Default value is en.

Link copied to clipboard

Portfolio identifier. The following arguments are optional:

Link copied to clipboard
val productId: String? = null

Product identifier.

Functions

Link copied to clipboard
open override fun toJava(): GetPortfolioConstraintsPlainArgs