[Add] ToraGateway: TODO list

This commit is contained in:
nanoric 2019-06-25 16:58:16 +08:00
parent bc47ef7ea4
commit e22cb9a415
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,3 @@
"""
author: nanoric
TODOS:
* correct some confused keys.
* remove useless codes
"""
import functools
from dataclasses import dataclass, field
from datetime import datetime

View File

@ -1,3 +1,10 @@
"""
author: nanoric
TODO:
* Linux support
"""
from vnpy.api.tora.vntora import (AsyncDispatchException, set_async_callback_exception_handler)
from vnpy.event import EventEngine