BrokerageOrderSearchRequestDto
constructor(accountId: String? = null, custodyAccountId: String? = null, securityId: String? = null, action: OrderDetailActionEnumDto? = null, limitType: LimitTypeEnumDto? = null, status: OrderStatusEnumDto? = null, dateStart: LocalDate? = null, dateEnd: LocalDate? = null)
Parameters
accountId
Unique identifier.
custodyAccountId
Unique identifier.
securityId
Unique identifier.
action
limitType
status
dateStart
Date from which orders are to be displayed.
dateEnd
Date until when the orders should be displayed.