alpacahq / alpacahq/Alpaca-API
Timestamps may have 6 numbers for milliseconds instead of 3 (as ISO specs)
- 主要语言
- 没有语言数据
- 星标
- 173
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述
Sometimes I find timestamps in different format, sometimes with 3 numbers for the milliseconds, and other times 6. Look at this order:
```json
{
"symbol": "AERI",
"submitted_at": "2019-11-06T22:24:44.596018Z",
"canceled_at": "2019-11-06T22:26:49.661Z",
"filled_avg_price": null,
"created_at": "2019-11-06T22:24:44.613307Z",
"replaced_at": null,
"expired_at": null,
"asset_id": "c9910301-f604-49ae-8363-7ac64fea99b3",
"type": "limit",
"updated_at": "2019-11-06T22:26:49.699988Z",
"stop_price": null,
"order_type": "limit",
"side": "buy",
"filled_qty": "0",
"replaces": null,
"asset_class": "us_equity",
"replaced_by": null,
"limit_price": "20.01",
"time_in_force": "day",
"extended_hours": true,
"qty": "96",
"filled_at": null,
"failed_at": null,
"status": "canceled"
}
```
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。