TimeframeΒΆ
-
class
alchemist_lib.database.timeframe.
Timeframe
(timeframe_id, description)[source] Map class for table timeframe.
- timeframe_id: String(4), primary_key.
- description: String(150), null.
-
__init__
(timeframe_id, description) Costructor method.
Parameters: - timeframe_id (-) – String that identify the timeframe. (minutes = M, hours = H, days = D).
- description (-) – Timeframe in english words. Example: 15M = fifteen minutes.