koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusRealEventHandler

Module Contents

Classes

KiwoomOpenApiPlusRealEventHandler

KiwoomOpenApiPlusBidirectionalRealEventHandler

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

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

on_enter()[source]
OnReceiveRealData(code, realtype, realdata)[source]
OnEventConnect(errcode)[source]
class koapy.backend.kiwoom_open_api_plus.grpc.event.KiwoomOpenApiPlusRealEventHandler.KiwoomOpenApiPlusBidirectionalRealEventHandler(control, request_iterator, context, screen_manager)[source]

Bases: KiwoomOpenApiPlusRealEventHandler, koapy.utils.logging.Logging.Logging

register_code(code, fid_list=None)[source]
remove_code(code)[source]
remove_all_codes()[source]
remove_all_screens()[source]
consume_request_iterator()[source]
stop_request_iterator_consumer()[source]
start_request_iterator_consumer()[source]
on_enter()[source]
on_exit(exc_type=None, exc_value=None, traceback=None)[source]
OnReceiveRealData(code, realtype, realdata)[source]