Make fill msg `.action: str` optional for `kraken`
parent
91397b85a4
commit
45b97bf6c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue