Added a test for partial matching

This commit is contained in:
James Towle
2019-06-28 12:49:10 -05:00
committed by Amir Bandeali
parent 1ea220f44f
commit 29be79814f
3 changed files with 45 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ export const constants = {
'MARKET_BUY_ORDERS',
'MARKET_SELL_ORDERS',
'MATCH_ORDERS',
'BATCH_MATCH_ORDERS',
'CANCEL_ORDER',
'BATCH_CANCEL_ORDERS',
'CANCEL_ORDERS_UP_TO',