BrokerageLimitDto

data class BrokerageLimitDto(var limitType: LimitTypeEnumDto, var limit: BigDecimal? = null)

Describes the limit of an order. The limit field can only be empty if the type in the limitType field corresponds to the value MARKET_PRICE.

Parameters

limitType
limit

Number of the limit. The meaning of the specified value is determined by the combination with the limitType field.

Constructors

Link copied to clipboard
constructor(limitType: LimitTypeEnumDto, limit: BigDecimal? = null)

Properties

Link copied to clipboard
Link copied to clipboard