BUG: Fixes handling of CLOSE_POSITION events for Futures

This commit is contained in:
jfkirk
2015-06-11 11:40:54 -04:00
parent 0d7e23857e
commit 3ee3a1226b
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -1290,6 +1290,7 @@ class TestAccountControls(TestCase):
algo = SetMaxLeverageAlgorithm(1)
self.check_algo_succeeds(algo, handle_data)
class TestClosePosAlgo(TestCase):
def setUp(self):