Skip to content

Commit

Permalink
Merge pull request #4 from Overmuse/SR/try_not_sending_order_id
Browse files Browse the repository at this point in the history
remove order id field
  • Loading branch information
SebRollen authored Jun 21, 2021
2 parents 3aaeced + 771f46c commit f2dc3d8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.env
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reporting"
version = "0.1.4"
version = "0.1.5"
authors = ["Sebastian Rollen <[email protected]>"]
edition = "2018"

Expand Down
1 change: 0 additions & 1 deletion src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ impl ToMetrics for Order {
"status",
serde_plain::to_string(&self.status).context("Failed to serialize order status")?,
)
.add_key_value("id", &self.client_order_id)
.add_key_value("ticker", &self.symbol)
.add_key_value(
"side",
Expand Down

0 comments on commit f2dc3d8

Please sign in to comment.