|
|
@@ -30,14 +30,5 @@ public sealed class Response
|
|
|
|
|
|
/// <summary>하한(가격제한 근사 — 등락률 -29.5%↓)</summary>
|
|
|
public int? LimitDown { get; init; }
|
|
|
-
|
|
|
- // ── 투자자별 순매수(억원) — Phase 2, 현재 null ──
|
|
|
- public long? IndividualNet { get; init; }
|
|
|
- public long? ForeignNet { get; init; }
|
|
|
- public long? InstitutionNet { get; init; }
|
|
|
- public long? ProgramNet { get; init; }
|
|
|
-
|
|
|
- // ── 베이시스 (KOSPI200) — Phase 2, 현재 null ──
|
|
|
- public decimal? Basis { get; init; }
|
|
|
}
|
|
|
}
|