Can research, risk, and execution be separated from the first MVP?
Integrate a native DLL and tick-by-tick data without letting infrastructure failures contaminate the risk and domain layers.
CASE FILE. 01 / QUANT / FINTECH
A quantitative system built with .NET 10, ProfitDLL, ticks, backtests, strategies, and OMS/Risk. It runs in shadow mode; live execution requires explicit enablement.
BRIEF. 01 / PROBLEM AND BOUNDARY
A deliberate view of the current state. Metrics and the hypothesis remain editorial until public evidence can replace them.
Integrate a native DLL and tick-by-tick data without letting infrastructure failures contaminate the risk and domain layers.
SYSTEM TRACE. 02 / PRIMARY FLOW
Research and backtesting → OMS/Risk → isolated x64 adapter → broker, with separate telemetry and persistence.
ProfitDLL x64 / normalized ticks
Backtesting and deterministic replay
Gates, limits, and order intent
Shadow, paper, and explicit enablement
intent → policy → authoritative state → observable effectAn editorial sequence for discussing contract, authority, and effect. It does not represent real production telemetry.
Validates the tick contract, sequence, and clock.
tick.acceptedRuns the active strategy against the same reproducible state.
intent.created | no_opApplies risk, idempotency, and the current mode gates.
intent.allowed | blockedRecords the simulation without authorizing a real financial effect.
execution.simulatedDECISION LOG. 03 / TRADE-OFFS
Run ProfitDLL in its own process and keep live execution behind explicit gates; shadow and paper are the defaults.
RELIABILITY. 04 / FAIL WITH CONTEXT
These are not published production metrics. They are risks the design must make observable and candidate signals for the next round.
Disconnection or crash in the process that hosts the native DLL.
Missing, duplicated, or out-of-order ticks during ingestion and replay.
An order intent is repeated after a timeout or reconnection.
Identical replays produce the same decision sequence.
Block rate and reason across OMS/Risk gates.
Difference between signal, paper price, and simulated execution result.
INCIDENT DRILL. 05 / CONTAINMENT → RECOVERY → PROOF
Editorial resilience exercises, not real incidents or production runbooks. Each drill turns a failure mode into a response that can be discussed and tested.
DESIGN EXERCISE / REVIEW AGAINST REAL TELEMETRY AND RUNBOOKS BEFORE OPERATING
EVIDENCE. 06 / WHAT CAN BE DEFENDED
Expand deterministic replays, strategy-promotion criteria, and paper-execution observability.
No capture was published for this cut. The portfolio preserves the gap instead of manufacturing visual evidence.
INTERVIEW MODE. 07 / DEEPEN THE CONVERSATION
Questions that connect the case to system design, product, and operations without turning a contextual decision into a universal rule.
How to design idempotency between an order intent and an external adapter.
↗Where to separate research, risk policy, and broker infrastructure.
↗How to promote a strategy without turning a backtest into a promise.
↗CASE FILE / 01