Browse Source

尝试修复报错的bug。

skyffire 9 tháng trước cách đây
mục cha
commit
f78171f42b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      strategy/src/strategy.rs

+ 1 - 1
strategy/src/strategy.rs

@@ -1016,7 +1016,7 @@ impl Strategy {
                     Utc::now().timestamp_millis().to_string(),
                     predictor.fair_price.to_string(),
                     predictor.mid_price.to_string(),
-                    predictor.optimal_ask_price.to_string(),
+                    predictor.optimal_bid_price.to_string(),
                 ];
 
                 // debug!(?order);