CustodyTransactionSearchRequestDto
data class CustodyTransactionSearchRequestDto(var orderId: String? = null, var positionId: String? = null)
Search parameters for the search for transactions in a custody account.
Parameters
orderId
Unique identifier of the order.
positionId
Unique identifier of the position.