Skip to content

Instantly share code, notes, and snippets.

@igotit-anything
Created September 21, 2016 14:00
Show Gist options
  • Save igotit-anything/681cf0025f53c759794a5d80eb9088fa to your computer and use it in GitHub Desktop.
Save igotit-anything/681cf0025f53c759794a5d80eb9088fa to your computer and use it in GitHub Desktop.
Kiwoom OpwnAPI-W Login
/*
Open API-W 사용가능상태 달성.- 로그인하여 매매/시세수신 가능상태.
*/
int CCyDevice2_UITDlg::InitDevice()
{
m_KFOpenAPI.CommConnect(0); // 이것 실행 되면 API 내장 로그인 창이 뜸. 인자 : 0 OpenAPI-W 버전업시 수동방식.
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment