ls증권 히스토리 구독 넣음

This commit is contained in:
Your Name
2026-07-30 18:05:07 +09:00
parent 61bec4bd1d
commit 67eab24603
1593 changed files with 135733 additions and 1232 deletions

23
sample_python/Res/S4_.res Normal file
View File

@@ -0,0 +1,23 @@
BEGIN_FUNCTION_MAP
.Feed, KOSPI기세(S4), S4_, attr, key=6, group=1;
BEGIN_DATA_MAP
InBlock,입력,input;
begin
단축코드, shcode, shcode, char, 6;
end
OutBlock,출력,output;
begin
전일대비구분, sign, sign, char, 1;
전일대비, change, change, long, 8;
등락율, drate, drate, float, 6.2;
현재가, price, price, long, 8;
시가시간, opentime, opentime, char, 6;
시가, open, open, long, 8;
고가시간, hightime, hightime, char, 6;
고가, high, high, long, 8;
저가시간, lowtime, lowtime, char, 6;
저가, low, low, long, 8;
단축코드, shcode, shcode, char, 6;
end
END_DATA_MAP
END_FUNCTION_MAP