ls증권 히스토리 구독 넣음
This commit is contained in:
54
sample_python/Res/OVH.res
Normal file
54
sample_python/Res/OVH.res
Normal file
@@ -0,0 +1,54 @@
|
||||
BEGIN_FUNCTION_MAP
|
||||
.Feed, 해외선물 호가(OVH), OVH, attr, svr=OVS, key=8, group=1;
|
||||
BEGIN_DATA_MAP
|
||||
InBlock,입력,input;
|
||||
begin
|
||||
종목코드, symbol, symbol, char, 8;
|
||||
end
|
||||
OutBlock,출력,output;
|
||||
begin
|
||||
종목코드 , symbol , symbol , char , 8 ;
|
||||
호가시간 , hotime , hotime , char , 6 ;
|
||||
|
||||
매도호가 1 , offerho1 , offerho1 , double , 15.9;
|
||||
매수호가 1 , bidho1 , bidho1 , double , 15.9;
|
||||
매도호가 잔량 1 , offerrem1 , offerrem1 , long , 10;
|
||||
매수호가 잔량 1 , bidrem1 , bidrem1 , long , 10;
|
||||
매도호가 건수 1 , offerno1 , offerno1 , long , 10;
|
||||
매수호가 건수 1 , bidno1 , bidno1 , long , 10;
|
||||
|
||||
매도호가 2 , offerho2 , offerho2 , double , 15.9;
|
||||
매수호가 2 , bidho2 , bidho2 , double , 15.9;
|
||||
매도호가 잔량 2 , offerrem2 , offerrem2 , long , 10;
|
||||
매수호가 잔량 2 , bidrem2 , bidrem2 , long , 10;
|
||||
매도호가 건수 2 , offerno2 , offerno2 , long , 10;
|
||||
매수호가 건수 2 , bidno2 , bidno2 , long , 10;
|
||||
|
||||
매도호가 3 , offerho3 , offerho3 , double , 15.9;
|
||||
매수호가 3 , bidho3 , bidho3 , double , 15.9;
|
||||
매도호가 잔량 3 , offerrem3 , offerrem3 , long , 10;
|
||||
매수호가 잔량 3 , bidrem3 , bidrem3 , long , 10;
|
||||
매도호가 건수 3 , offerno3 , offerno3 , long , 10;
|
||||
매수호가 건수 3 , bidno3 , bidno3 , long , 10;
|
||||
|
||||
매도호가 4 , offerho4 , offerho4 , double , 15.9;
|
||||
매수호가 4 , bidho4 , bidho4 , double , 15.9;
|
||||
매도호가 잔량 4 , offerrem4 , offerrem4 , long , 10;
|
||||
매수호가 잔량 4 , bidrem4 , bidrem4 , long , 10;
|
||||
매도호가 건수 4 , offerno4 , offerno4 , long , 10;
|
||||
매수호가 건수 4 , bidno4 , bidno4 , long , 10;
|
||||
|
||||
매도호가 5 , offerho5 , offerho5 , double , 15.9;
|
||||
매수호가 5 , bidho5 , bidho5 , double , 15.9;
|
||||
매도호가 잔량 5 , offerrem5 , offerrem5 , long , 10;
|
||||
매수호가 잔량 5 , bidrem5 , bidrem5 , long , 10;
|
||||
매도호가 건수 5 , offerno5 , offerno5 , long , 10;
|
||||
매수호가 건수 5 , bidno5 , bidno5 , long , 10;
|
||||
|
||||
매도호가총건수 , totoffercnt , totoffercnt , long , 10;
|
||||
매수호가총건수 , totbidcnt , totbidcnt , long , 10;
|
||||
매도호가총수량 , totofferrem , totofferrem , long , 10;
|
||||
매수호가총수량 , totbidrem , totbidrem , long , 10;
|
||||
end
|
||||
END_DATA_MAP
|
||||
END_FUNCTION_MAP
|
||||
Reference in New Issue
Block a user