Skip to content

Commit

Permalink
patch batch tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Dec 13, 2024
1 parent 3e9ef4a commit 00df737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/schema_exchange_orders.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ impl ExchangeOrder {
created_at_ts: tx.created_at_ts,
filled_at: tx.filled_at,
filled_at_ts: tx.filled_at_ts,
shill_bid: tx.shill_bid,
accepter_shill_up: tx.accepter_shill_up,
accepter_shill_down: tx.accepter_shill_down,
rms_hour: tx.rms_hour,
rms_24hour: tx.rms_24hour,
price_vs_rms_hour: tx.price_vs_rms_hour,
Expand Down

0 comments on commit 00df737

Please sign in to comment.