Skip to content

Commit

Permalink
Update to API v193
Browse files Browse the repository at this point in the history
  • Loading branch information
lbilli committed Oct 8, 2024
1 parent e8f8956 commit fa4f881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Jib"
uuid = "f310f2d2-a263-11e8-3998-47bd686f18f7"
authors = ["Luca Billi <[email protected]>"]
version = "0.24.0"
version = "0.24.1"

[deps]
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
Expand Down
3 changes: 3 additions & 0 deletions src/process.jl
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ const process = Dict(

ver Client.INCLUDE_OVERNIGHT && (o.includeOvernight = it)

ver Client.CME_TAGGING_FIELDS_IN_OPEN_ORDER && slurp!(o, (:extOperator,
:manualOrderIndicator), it)

w.openOrder(o.orderId, c, o, os)
end,

Expand Down
1 change: 1 addition & 0 deletions src/versions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
UNDO_RFQ_FIELDS = 190
PERM_ID_AS_LONG = 191
CME_TAGGING_FIELDS = 192
CME_TAGGING_FIELDS_IN_OPEN_ORDER = 193

end

0 comments on commit fa4f881

Please sign in to comment.