BrokerageOrderRequestDto

data class BrokerageOrderRequestDto(var accountId: String, var custodyAccountId: String, var orderDetails: BrokerageOrderRequestDetailsDto, var enteredById: String? = null, var placedById: String? = null)

Object with the data for an order.

Parameters

accountId

Unique identifier.

custodyAccountId

Unique identifier.

orderDetails
enteredById

Unique identifier.

placedById

Unique identifier.

Constructors

Link copied to clipboard
constructor(accountId: String, custodyAccountId: String, orderDetails: BrokerageOrderRequestDetailsDto, enteredById: String? = null, placedById: String? = null)

Properties

Link copied to clipboard
@get:Size(max = 50)
var accountId: 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
Link copied to clipboard
@get:Size(max = 50)
var placedById: String?