koapy.backtrader.KiwoomOpenApiPlusStore¶
Module Contents¶
Classes¶
Built-in immutable sequence. |
|
- exception koapy.backtrader.KiwoomOpenApiPlusStore.KiwoomOpenApiPlusJsonError(code, message=None)[source]¶
-
Common base class for all non-exit exceptions.
- exception koapy.backtrader.KiwoomOpenApiPlusStore.KiwoomOpenApiPlusTimeFrameError[source]¶
Bases:
KiwoomOpenApiPlusJsonErrorCommon base class for all non-exit exceptions.
- class koapy.backtrader.KiwoomOpenApiPlusStore.HistoricalPriceRecord[source]¶
Bases:
collections.namedtuple('HistoricalPriceRecord', ['time','open','high','low','close','volume'])Built-in immutable sequence.
If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.
If the argument is a tuple, the return value is the same object.
- class koapy.backtrader.KiwoomOpenApiPlusStore.MetaSingleton(clsname, bases, dct)[source]¶
Bases:
backtrader.metabase.MetaParams
- class koapy.backtrader.KiwoomOpenApiPlusStore.MetaKiwoomOpenApiPlusStore(clsname, bases, dct)[source]¶
Bases:
type(Logging),MetaSingleton