dccd.continuous_dl.bitmex.DownloadBitmexData.get_parser

DownloadBitmexData.get_parser(self, key)

Get allowed data parser.

Parameters:
key : str

Name code of data to parse. If key is not allowed then return a debug_parser which will display data structure.

Returns:
function

The allowed function to parse this kind of data.