Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BinanceDataStore.order.initialize による初期化時にレコードが削除されない #170

Closed
MtkN1 opened this issue Jul 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@MtkN1
Copy link
Member

MtkN1 commented Jul 12, 2022

initialize メソッドのクリエにおけるシンボルのキーが REST API 表現 "symbol" になっており _delete メソッドが期待した動作をしていない。
このことにより、オーダーの initialize が既に存在するレコードの削除が行われない。
クエリにおけるキーを WebSocket 表現の "s" に修正する。

Discord より:
https://discord.com/channels/832651305155297331/832653694839160892/996286131450695710

@MtkN1 MtkN1 self-assigned this Jul 12, 2022
@MtkN1 MtkN1 added the bug Something isn't working label Jul 12, 2022
@MtkN1 MtkN1 changed the title BinanceDataStore.order の initialize が2回目以降機能しない BinanceDataStore.order.initialize による初期化の削除が機能しない Jul 25, 2022
@MtkN1 MtkN1 changed the title BinanceDataStore.order.initialize による初期化の削除が機能しない BinanceDataStore.order.initialize による初期化時にレコードが削除されない Jul 25, 2022
MtkN1 added a commit that referenced this issue Jul 30, 2022
✨v0.13.1リリース

## Issues

✅ mainブランチの運用方法についての検討する #104
✅ VS Code の devcontainer で pybotters 開発環境を用意する #164
✅ FTXのOrderBookにtimeを追加する #168
✅ BinanceDataStore.order.initialize による初期化時にレコードが削除されない #170
✅ User Agent を設定する #171
✅ MEXC の REST API が一部認証がエラーになる #173
✅ BitMEXDataStore のプロパティに tradeBin や quoteBin を追加する #174
✅ WebSocket 接続状態変数の Typo #175

## Pull requests

✅ Added devcontainer.json and Dockerfile #165
✅ add time for Orderbook #169
✅ BinanceのKlineをREST APIのレスポンスでDataStoreを初期化可能にする #178
@MtkN1 MtkN1 closed this as completed Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant