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.

Constructors

Link copied to clipboard
constructor(orderId: String? = null, positionId: String? = null)

Properties

Link copied to clipboard
@get:Size(max = 50)
var orderId: String?
Link copied to clipboard
@get:Size(max = 100)
var positionId: String?