BrokerageOrderDetailReferencesDto

data class BrokerageOrderDetailReferencesDto(var accountId: String, var custodyAccountId: String, var enteredById: String, var placedById: String, var securityId: String, var brokerId: String? = null, var cancelledById: String? = null)

References to accounts and/or persons/processors associated with the order.

Parameters

accountId

Unique identifier.

custodyAccountId

Unique identifier.

enteredById

Unique identifier.

placedById

Unique identifier.

securityId

Unique identifier.

brokerId

Unique identifier.

cancelledById

Unique identifier.

Constructors

Link copied to clipboard
constructor(accountId: String, custodyAccountId: String, enteredById: String, placedById: String, securityId: String, brokerId: String? = null, cancelledById: String? = null)

Properties

Link copied to clipboard
@get:Size(max = 50)
var accountId: String
Link copied to clipboard
@get:Size(max = 50)
var brokerId: String?
Link copied to clipboard
@get:Size(max = 50)
var cancelledById: String?
Link copied to clipboard
@get:Size(max = 50)
var custodyAccountId: String
Link copied to clipboard
@get:Size(max = 50)
var enteredById: String
Link copied to clipboard
@get:Size(max = 50)
var placedById: String
Link copied to clipboard
@get:Size(max = 50)
var securityId: String