TradingPropertiesDto
constructor(tradable: Boolean? = null, tradeUnit: BigDecimal? = null, optionType: SecurityOptionTypeEnumDto? = null, securityValue: SecurityValueDto? = null, strikePrice: AmountDto? = null, orderType: MutableList<SecurityOrderTypeEnumDto>? = null, restrictions: SecurityTradingRestrictionEnumDto? = null, usQIAgreementRequired: Boolean? = null)
Parameters
tradable
Indicates whether the security is tradable by consumers.
tradeUnit
Unit in which the security can be purchased. Also determines the minimum quantity.
optionType
securityValue
strikePrice
orderType
Determines which order types can be used. As there can be different combinations, all possible variants are returned here as an array. These are always OR-linked.
restrictions
usQIAgreementRequired
U.S. Qualified intermediary agreement is required to trade this security.