[go: nahoru, domu]

Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bczhang committed Sep 25, 2023
1 parent 5aef16e commit ed52ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ def position_event_for_full_fill_websocket_update(self, order: InFlightOrder, un
"changeReason": "positionChange",
"currentCost": str(position_value),
"openingTimestamp": 1558433191000,
"currentQty": -float(order.amount),
"currentQty": -int(order.amount),
"delevPercentage": 0.52,
"currentComm": 0.00000271,
"realisedGrossCost": 0E-8,
Expand Down

0 comments on commit ed52ac1

Please sign in to comment.