VirtualInstrumentsRequestStatusParameters

data class VirtualInstrumentsRequestStatusParameters(val limit: Int? = null, val offset: Int? = null, val accountId: String? = null, val instrumentType: VirtualInstrumentType? = null)

Data class representing parameters when retrieving virtual instrument requests.

Constructors

constructor(limit: Int? = null, offset: Int? = null, accountId: String? = null, instrumentType: VirtualInstrumentType? = null)

Properties

Link copied to clipboard
val accountId: String? = null

The Id of the account associated with the virtual instruments.

Link copied to clipboard

The type of virtual instrument.

Link copied to clipboard
val limit: Int? = null

The requested number of records to be returned per page.

Link copied to clipboard
val offset: Int? = null

The requested starting position of the response, where 0 is the first record.