initial commit
This commit is contained in:
9
한국투자증권(API)/stocks_info/업종코드정보.h
Normal file
9
한국투자증권(API)/stocks_info/업종코드정보.h
Normal file
@@ -0,0 +1,9 @@
|
||||
/*****************************************************************************
|
||||
* 업종코드정보
|
||||
****************************************************************************/
|
||||
typedef struct
|
||||
{
|
||||
char idx_div[1]; /* 시장구분값 ex) 00002(대형주)일 경우 맨 앞자리 0 */
|
||||
char idx_code[4]; /* 업종코드 ex) 00002(대형주)일 경우 맨 앞자리를 제외한 0002 */
|
||||
char idx_name[40]; /* 업종명 */
|
||||
} IDX_CODE;
|
||||
Reference in New Issue
Block a user