mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-05 20:30:50 +08:00
MAINT: Add additional fields to __getitem__ for Order (#1483)
These were previously available like the others.
This commit is contained in:
@@ -125,6 +125,11 @@ class Order(Event):
|
||||
'stop',
|
||||
'limit',
|
||||
'id',
|
||||
'filled',
|
||||
'commission',
|
||||
'stop_reached',
|
||||
'limit_reached',
|
||||
'created',
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user