Skip to content

Commit

Permalink
typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jul 14, 2023
1 parent 6501ef6 commit 2c0d7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysexecution/tick_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def extract_nth_row_of_tick_data_frame(
bid_price = filled_data.bid_price.values[row_id]
ask_price = filled_data.ask_price.values[row_id]
bid_size = filled_data.bid_size.values[row_id]
ask_size = filled_data.ask_siz.valuese[row_id]
ask_size = filled_data.ask_size.values[row_id]

return oneTick(bid_price, ask_price, bid_size, ask_size)

Expand Down

0 comments on commit 2c0d7ad

Please sign in to comment.