koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers

Module Contents

Classes

KiwoomOpenApiPlusLazyAllEventHandler

KiwoomOpenApiPlusEagerAllEventHandler

KiwoomOpenApiPlusAllEventHandler

KiwoomOpenApiPlusLazySomeEventHandler

KiwoomOpenApiPlusEagerSomeEventHandler

KiwoomOpenApiPlusSomeEventHandler

KiwoomOpenApiPlusSomeBidirectionalEventHandler

class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusLazyAllEventHandler(control, context)[source]

Bases: koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlerForGrpc.KiwoomOpenApiPlusEventHandlerForGrpc, koapy.utils.logging.Logging.Logging

OnReceiveTrData(scrnno, rqname, trcode, recordname, prevnext, _datalength, _errorcode, _message, _splmmsg)[source]
OnReceiveRealData(code, realtype, realdata)[source]
OnReceiveMsg(scrnno, rqname, trcode, msg)[source]
OnReceiveChejanData(gubun, itemcnt, fidlist)[source]
OnEventConnect(errcode)[source]
OnReceiveRealCondition(code, condition_type, condition_name, condition_index)[source]
OnReceiveTrCondition(scrnno, codelist, condition_name, condition_index, prevnext)[source]
OnReceiveConditionVer(ret, msg)[source]
class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusEagerAllEventHandler(control, context)[source]

Bases: koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlerForGrpc.KiwoomOpenApiPlusEventHandlerForGrpc, koapy.utils.logging.Logging.Logging

OnReceiveTrData(scrnno, rqname, trcode, recordname, prevnext, _datalength, _errorcode, _message, _splmmsg)[source]
OnReceiveRealData(code, realtype, realdata)[source]
OnReceiveMsg(scrnno, rqname, trcode, msg)[source]
OnReceiveChejanData(gubun, itemcnt, fidlist)[source]
OnEventConnect(errcode)[source]
OnReceiveRealCondition(code, condition_type, condition_name, condition_index)[source]
OnReceiveTrCondition(scrnno, codelist, condition_name, condition_index, prevnext)[source]
OnReceiveConditionVer(ret, msg)[source]
class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusAllEventHandler(control, context)[source]

Bases: KiwoomOpenApiPlusEagerAllEventHandler

class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusLazySomeEventHandler(control, request, context)[source]

Bases: KiwoomOpenApiPlusLazyAllEventHandler

slots()[source]
class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusEagerSomeEventHandler(control, request, context)[source]

Bases: KiwoomOpenApiPlusEagerAllEventHandler

slots()[source]
class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusSomeEventHandler(control, request, context)[source]

Bases: KiwoomOpenApiPlusEagerSomeEventHandler

class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusEventHandlers.KiwoomOpenApiPlusSomeBidirectionalEventHandler(control, request_iterator, context)[source]

Bases: KiwoomOpenApiPlusLazySomeEventHandler

await_handled()[source]
OnReceiveTrData(scrnno, rqname, trcode, recordname, prevnext, _datalength, _errorcode, _message, _splmmsg)[source]
OnReceiveRealData(code, realtype, realdata)[source]
OnReceiveMsg(scrnno, rqname, trcode, msg)[source]
OnReceiveChejanData(gubun, itemcnt, fidlist)[source]
OnEventConnect(errcode)[source]
OnReceiveRealCondition(code, condition_type, condition_name, condition_index)[source]
OnReceiveTrCondition(scrnno, codelist, condition_name, condition_index, prevnext)[source]
OnReceiveConditionVer(ret, msg)[source]