Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen committed Jul 27, 2021
1 parent a73214e commit a5bc58b
Showing 1 changed file with 60 additions and 60 deletions.
120 changes: 60 additions & 60 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,36 +178,36 @@ mod test {
.match_body(order_payload)
.with_body(
r#"{
"id": "904837e3-3b76-47ec-b432-046db621571b",
"client_order_id": "904837e3-3b76-47ec-b432-046db621571b",
"created_at": "2018-10-05T05:48:59Z",
"updated_at": "2018-10-05T05:48:59Z",
"submitted_at": "2018-10-05T05:48:59Z",
"filled_at": null,
"expired_at": null,
"canceled_at": null,
"failed_at": null,
"replaced_at": null,
"replaced_by": null,
"replaces": null,
"asset_id": "904837e3-3b76-47ec-b432-046db621571b",
"symbol": "AAPL",
"asset_class": "us_equity",
"notional": null,
"qty": "1",
"filled_qty": "0",
"filled_avg_price": null,
"type": "limit",
"side": "buy",
"time_in_force": "gtc",
"limit_price": "100.00",
"status": "new",
"extended_hours": false,
"legs": null,
"trail_price": null,
"trail_percent": null,
"hwm": null
}"#,
"id": "904837e3-3b76-47ec-b432-046db621571b",
"client_order_id": "904837e3-3b76-47ec-b432-046db621571b",
"created_at": "2018-10-05T05:48:59Z",
"updated_at": "2018-10-05T05:48:59Z",
"submitted_at": "2018-10-05T05:48:59Z",
"filled_at": null,
"expired_at": null,
"canceled_at": null,
"failed_at": null,
"replaced_at": null,
"replaced_by": null,
"replaces": null,
"asset_id": "904837e3-3b76-47ec-b432-046db621571b",
"symbol": "AAPL",
"asset_class": "us_equity",
"notional": null,
"qty": "1",
"filled_qty": "0",
"filled_avg_price": null,
"type": "limit",
"side": "buy",
"time_in_force": "gtc",
"limit_price": "100.00",
"status": "new",
"extended_hours": false,
"legs": null,
"trail_price": null,
"trail_percent": null,
"hwm": null
}"#,
)
.create();
let client = Client::new(
Expand Down Expand Up @@ -246,36 +246,36 @@ mod test {
.match_body(order_payload)
.with_body(
r#"{
"id": "904837e3-3b76-47ec-b432-046db621571b",
"client_order_id": "904837e3-3b76-47ec-b432-046db621571b",
"created_at": "2018-10-05T05:48:59Z",
"updated_at": "2018-10-05T05:48:59Z",
"submitted_at": "2018-10-05T05:48:59Z",
"filled_at": null,
"expired_at": null,
"canceled_at": null,
"failed_at": null,
"replaced_at": null,
"replaced_by": null,
"replaces": null,
"asset_id": "904837e3-3b76-47ec-b432-046db621571b",
"symbol": "AAPL",
"asset_class": "us_equity",
"notional": null,
"qty": "1",
"filled_qty": "0",
"filled_avg_price": null,
"type": "limit",
"side": "buy",
"time_in_force": "gtc",
"limit_price": "100.00",
"status": "new",
"extended_hours": false,
"legs": null,
"trail_price": null,
"trail_percent": null,
"hwm": null
}"#,
"id": "904837e3-3b76-47ec-b432-046db621571b",
"client_order_id": "904837e3-3b76-47ec-b432-046db621571b",
"created_at": "2018-10-05T05:48:59Z",
"updated_at": "2018-10-05T05:48:59Z",
"submitted_at": "2018-10-05T05:48:59Z",
"filled_at": null,
"expired_at": null,
"canceled_at": null,
"failed_at": null,
"replaced_at": null,
"replaced_by": null,
"replaces": null,
"asset_id": "904837e3-3b76-47ec-b432-046db621571b",
"symbol": "AAPL",
"asset_class": "us_equity",
"notional": null,
"qty": "1",
"filled_qty": "0",
"filled_avg_price": null,
"type": "limit",
"side": "buy",
"time_in_force": "gtc",
"limit_price": "100.00",
"status": "new",
"extended_hours": false,
"legs": null,
"trail_price": null,
"trail_percent": null,
"hwm": null
}"#,
)
.create();

Expand Down

0 comments on commit a5bc58b

Please sign in to comment.