Make fill msg `.action: str` optional for `kraken`

multi_client_order_mgt
Tyler Goodlet 2022-09-19 16:10:37 -04:00
parent 91397b85a4
commit 45b97bf6c3
1 changed files with 1 additions and 1 deletions

View File

@ -261,10 +261,10 @@ class BrokerdFill(Struct):
time_ns: int
# order exeuction related
action: str
size: float
price: float
action: Optional[str] = None
broker_details: dict = {} # meta-data (eg. commisions etc.)
# brokerd timestamp required for order mode arrow placement on x-axis