CustodyPositionStockExchangeDto

data class CustodyPositionStockExchangeDto(var name: String? = null, var alias: String? = null)

Information about the stock exchange.

Parameters

name

Name of the stock exchange.

alias

Alias of the stock exchange.

Constructors

Link copied to clipboard
constructor(name: String? = null, alias: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
var name: String?