MAINT: Add additional fields to __getitem__ for Order (#1483)

These were previously available like the others.
This commit is contained in:
John Ricklefs
2016-09-13 15:49:16 -04:00
committed by GitHub
parent 508c7ace11
commit fb0981eef0
+5
View File
@@ -125,6 +125,11 @@ class Order(Event):
'stop',
'limit',
'id',
'filled',
'commission',
'stop_reached',
'limit_reached',
'created',
},
)