cyberhybridhub/server/test/fixtures/alpaca_order_accepted.json

30 lines
761 B
JSON

{
"id": "904837e3-3b76-47ec-b432-046db621571b",
"client_order_id": "test-uid-spy_dip-q123",
"created_at": "2026-05-25T14:30:00.000000000Z",
"updated_at": "2026-05-25T14:30:00.000000000Z",
"submitted_at": "2026-05-25T14:30:00.000000000Z",
"filled_at": null,
"expired_at": null,
"canceled_at": null,
"failed_at": null,
"asset_class": "us_equity",
"asset_id": "b6d1aa75-5c9c-4353-a305-9e2caa1925ab",
"symbol": "SPY",
"qty": null,
"filled_qty": "0",
"type": "market",
"side": "buy",
"time_in_force": "day",
"limit_price": null,
"stop_price": null,
"filled_avg_price": null,
"status": "accepted",
"extended_hours": false,
"legs": null,
"trail_price": null,
"trail_percent": null,
"hwm": null,
"notional": "10"
}