Skip to content

Commit

Permalink
Update src/deephaven_ib/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chip Kent <[email protected]>
  • Loading branch information
Da5hes and chipkent authored Sep 11, 2024
1 parent effdd2e commit c946a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deephaven_ib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def deephaven_ib_parse_note(note:str, key:str) -> Optional[str]:
"Account=(String)deephaven_ib_parse_note(Note,`account`)",
"ModelCode=(String)deephaven_ib_parse_note(Note,`model_code`)",
"ConId=(String)deephaven_ib_parse_note(Note,`conid`)"]) \
.move_columns_up(["RequestId", "ReceiveTime", "Account", "ModelCode"]) \
.move_columns_up(["RequestId", "ReceiveTime", "Account", "ModelCode", "ConId"]) \
.drop_columns("Note") \
.last_by("RequestId"),
"contracts_matching": tables_raw["raw_contracts_matching"] \
Expand Down

0 comments on commit c946a51

Please sign in to comment.