cancelOrder() Netscript Function

cancelOrder(sym, shares, price, type, pos)
Arguments:
  • sym (string) – Symbol of stock to player order for
  • shares (number) – Number of shares for order. Must be positive. Will be rounded to nearest integer
  • price (number) – Execution price for the order
  • type (string) –

    Type of order. It must specify “limit” or “stop”, and must also specify “buy” or “sell”. This is NOT case-sensitive. Here are four examples that will work:

    • limitbuy
    • limitsell
    • stopbuy
    • stopsell
  • pos (string) – Specifies whether the order is a “Long” or “Short” position. The Values “L” or “S” can also be used. This is NOT case-sensitive.
RAM cost:

2.5 GB

Cancels an oustanding Limit or Stop order on the stock market.

The ability to use limit and stop orders is not immediately available to the player and must be unlocked later on in the game.