Skip to content

py sdk: 使用 QuoteContext.history_candlesticks_by_date 函数设置周期为 Period.Min_x 报错: longport.OpenApiException: OpenApiException: (code=301600, trace_id=) out of minute kline begin date #26

py sdk: 使用 QuoteContext.history_candlesticks_by_date 函数设置周期为 Period.Min_x 报错: longport.OpenApiException: OpenApiException: (code=301600, trace_id=) out of minute kline begin date

py sdk: 使用 QuoteContext.history_candlesticks_by_date 函数设置周期为 Period.Min_x 报错: longport.OpenApiException: OpenApiException: (code=301600, trace_id=) out of minute kline begin date #26

Workflow file for this run

name: Issue Notify
on:
issues:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: foxundermoon/feishu-action@v2
with:
url: ${{ secrets.FEISHU_WEBHOOK_URL }}
msg_type: text
content: |
text: |
${{ github.event.issue.title }} #${{ github.event.issue.number }}
${{ github.event.issue.html_url }}