Chartbreaker
    Preparing search index...

    Type Alias PxCreateDividendParams

    type PxCreateDividendParams = {
        creationDate: Date;
        crossRate?: NumericString;
        exchangeId: ExchangeId;
        instrumentId: InstrumentId;
        portfolioId: string;
        quote: NumericString;
        quoteType: string;
        size: NumericString;
        valueCurrencyId: number;
    }
    Index

    Properties

    creationDate: Date
    crossRate?: NumericString
    exchangeId: ExchangeId
    instrumentId: InstrumentId
    portfolioId: string
    quoteType: string
    valueCurrencyId: number