Files
jgrusewski e4870b17b9 fix: tune log levels across workspace — demote noisy warn to debug/trace
Reduce log noise for non-critical operational paths: connection retries,
expected fallbacks, graceful degradation, and optional feature absence.
Keeps warn/error for genuine failures requiring attention.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 11:35:15 +01:00
..

ctrader-openapi

cTrader Open API client — Protobuf over TCP+TLS for order routing, account queries, and market data.

Key Types

  • CtraderConnection — TLS-wrapped TCP connection to cTrader
  • CtraderCodec — Protobuf message framing
  • RateLimiter — request rate limiting
  • AuthManager — OAuth2 authentication flow

Usage

Broker gateway integration for order routing via cTrader Open API protocol.