create_order
Generate trading orders for stocks by specifying portfolio ID, symbol, quantity, order side, and type. Configure options like limit price, stop price, and time-in-force to execute trades on Paper's platform.
Instructions
Create a new trading order
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assetClass | No | Asset class (default: EQUITY) | |
limitPrice | No | Limit price (for limit orders) | |
portfolioId | Yes | Portfolio ID | |
quantity | Yes | Number of shares | |
session | No | Trading session (default: REGULAR) | |
side | Yes | Order side | |
stopPrice | No | Stop price (for stop orders) | |
symbol | Yes | Stock symbol | |
timeInForce | No | Time in force (default: DAY) | |
type | Yes | Order type |