mirror of
https://ghfast.top/https://github.com/aeroxw/easy-tdx.git
synced 2026-09-12 15:44:15 +08:00
docs: add backtest engine design spec
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
626d0aae44
commit
8d68e9c094
@@ -158,6 +158,11 @@ def test_security_quotes_parse():
|
||||
assert q.unknown_2 == -1
|
||||
assert q.unknown_3 == 22694
|
||||
|
||||
# confirmed semantic fields
|
||||
assert isinstance(q.trading_status, int)
|
||||
assert isinstance(q.open_amount, float)
|
||||
assert q.open_amount == 22694 * 100.0
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# minute_time
|
||||
|
||||
Reference in New Issue
Block a user