replace get_open_oders() with get_order() and add property for fee

This commit is contained in:
gcarq
2017-11-01 00:13:23 +01:00
parent 4a35676794
commit 9b9d0250f7
3 changed files with 48 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
import enum
import logging
from typing import List
from typing import List, Dict
import arrow