Adds checksum orderbook validation

This commit is contained in:
Jacob Plaster
2018-11-22 11:49:44 +00:00
parent c37a79998c
commit 088198e4c4
7 changed files with 195 additions and 9 deletions

View File

@@ -2,3 +2,4 @@ name = 'models'
from .Order import *
from .Trade import *
from .OrderBook import *