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

    Interface PortfolioEvent

    interface PortfolioEvent {
        type: PortfolioEventType;
        portfolioId?: string;
        timestamp: Date;
        data?: any;
    }
    Index

    Properties

    portfolioId?: string
    timestamp: Date
    data?: any