Firstrade API Node - v1.0.2
    Preparing search index...

    Enumeration PriceType

    Enum for valid price types in an order.

    Index

    Enumeration Members

    LIMIT: "2"

    Limit order, executed at a specified price or better.

    MARKET: "1"

    Market order, executed at the current market price.

    STOP: "3"

    Stop order, becomes a market order once a specified price is reached.

    STOP_LIMIT: "4"

    Stop-limit order, becomes a limit order once a specified price is reached.

    TRAILING_STOP_DOLLAR: "5"

    Trailing stop order with a specified dollar amount.

    TRAILING_STOP_PERCENT: "6"

    Trailing stop order with a specified percentage.