Alpaca Documentation Beta

Structure Watchlist

public struct Watchlist: Codable, Identifiable
Watchlist Watchlist Codable Codable Watchlist->Codable Identifiable Identifiable Watchlist->Identifiable

Conforms To

Codable
Identifiable

Properties

id

let id: UUID

account​Id

let accountId: UUID

name

let name: String

created​At

let createdAt: Date

updated​At

let updatedAt: Date

assets

let assets: [Asset]?