diff --git a/src/schema_exchange_orders.rs b/src/schema_exchange_orders.rs index 20f29cf..a90eda6 100644 --- a/src/schema_exchange_orders.rs +++ b/src/schema_exchange_orders.rs @@ -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,