CustodyPositionPermissionsDto

data class CustodyPositionPermissionsDto(var buy: Boolean, var sell: Boolean)

Permissions to buy/sell the asset.

Parameters

buy

Permission to buy the asset.

sell

Permission to sell the asset.

Constructors

Link copied to clipboard
constructor(buy: Boolean, sell: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard