Skip to content

[codex] Use source tick batches inside Intrade - #152

Merged
LimiNode merged 1 commit into
mainfrom
refactor/intrade-single-tick-path
Sep 3, 2026
Merged

[codex] Use source tick batches inside Intrade#152
LimiNode merged 1 commit into
mainfrom
refactor/intrade-single-tick-path

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • parse BTC, FX, and polling payloads directly into events::TickUpdateBatch values
  • carry source batches through BtcPriceManager, FxPriceWebSocketManager, and PriceManager without intermediate SingleTick wrappers
  • keep
    equest_price() and typed PriceSnapshot as explicit compatibility adapters
  • add regression coverage for /price_now, BTC, and FX parser metadata

Tests

  • focused Intrade parser tests (3 passed)
  • intrade_bar_api_response_test.exe --gtest_brief=1 (83 passed)
  • header_only_odr_test.exe --gtest_brief=1 (4 passed)
  • market_data_subscription_contract_test.exe --gtest_brief=1 (21 passed)

Parse websocket and polling payloads directly into TickUpdateBatch values and carry those batches through BTC, FX, and polling managers. Keep request_price and PriceSnapshot as explicit SingleTick compatibility adapters, and add parser regression coverage.
@LimiNode
LimiNode force-pushed the refactor/intrade-single-tick-path branch from 2ec5541 to 19aba0a Compare September 3, 2026 00:59
@LimiNode
LimiNode marked this pull request as ready for review September 3, 2026 01:16
@LimiNode
LimiNode merged commit 2fd8835 into main Sep 3, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant