Trading Assistant API Documentation - v0.1.0
    Preparing search index...

    Interface WatchlistSymbol

    interface WatchlistSymbol {
        id: string;
        watchlist_id: string;
        symbol: string;
        notes: string | null;
        alert_price: number | null;
        sort_order: number;
        added_at: string;
    }
    Index

    Properties

    id: string
    watchlist_id: string
    symbol: string
    notes: string | null
    alert_price: number | null
    sort_order: number
    added_at: string