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)