Get order
Returns the latest broker order row for an order in the authenticated principal’s organization. Callers must be scoped to an organization and have intent read access: service-account callers need intent:read; API-key callers need organization intent read permission; user callers need an organization admin, member, or read-only role.
Documentation Index
Fetch the complete documentation index at: https://docs.anthid.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Internal order id to fetch
Response
Order retrieved
unspecified, lightspeed, alpaca UNSPECIFIED, BUY, SELL, SELL_SHORT Unspecified, Open, Closed, Rejected UNSPECIFIED, PENDING_NEW, NEW, PARTIALLY_FILLED, FILLED, PENDING_CANCEL, CANCELLED, PENDING_REPLACE, REPLACED, STOPPED, REJECTED UNSPECIFIED, LIMIT, MARKET SMART, ARCA, EDGA, EDGX, IEX, MEMX, XASE, XBOS, XCIS, XNMS, XNYS UNSPECIFIED, DAY, IMMEDIATE_OR_CANCEL, GOOD_TILL_CANCEL, AT_OPEN, FILL_OR_KILL, EXT for the WHY I had to do this, it's binary floating point math and the inability to represent prices exactly with floats. rust_decimal is too heavy when we just need a fixed point number. Also, this can be optimized heavily for cpu cache lines, which is a distant plan
for the WHY I had to do this, it's binary floating point math and the inability to represent prices exactly with floats. rust_decimal is too heavy when we just need a fixed point number. Also, this can be optimized heavily for cpu cache lines, which is a distant plan