Chartbreaker
    Preparing search index...

    Type Alias OrderValidity

    type OrderValidity = {
        date?: string;
        eom?: string;
        type: OrderValidityType;
    }
    Index

    Properties

    Properties

    date?: string

    For type GTD: the date in the format YYYY-MM-DD For type GTDT: the dateTime as ISO string YYYY-MM-DDThh:mm:ss.fffZ

    eom?: string