initial commit
This commit is contained in:
10
한국투자증권(API)/stocks_info/테마코드정보.h
Normal file
10
한국투자증권(API)/stocks_info/테마코드정보.h
Normal file
@@ -0,0 +1,10 @@
|
||||
/*****************************************************************************
|
||||
* 테마코드정보
|
||||
****************************************************************************/
|
||||
typedef struct
|
||||
{
|
||||
char theme_code[3]; /* 테마코드 */
|
||||
char theme_name[40]; /* 데마명 */
|
||||
char shrn_iscd[6]; /* 단축코드(종목코드) */
|
||||
char filler[3]; /* filler */
|
||||
} THEME_CODE;
|
||||
Reference in New Issue
Block a user