Chartbreaker
    Preparing search index...

    Type Alias OrderModel

    OrderModel:
        | "quote"
        | "market"
        | "limit"
        | "stopMarket"
        | "stopLimit"
        | "limitOrStopMarket"
        | "trailingStopMarket"
        | "trailingStopLimit"
        | "ocoStopMarket"
        | "ocoStopLimit"
        | "fraction"
        | "savingsPlan"
        | "pxTransaction"
        | "unknown"

    The orderModel defines how the order is executed at an exchange. Some of the values cannot be used for creation, i.e. currently fraction and savingsPlan (those two values only appear in order lists / receipts).