diff --git a/py-hftbacktest/src/lib.rs b/py-hftbacktest/src/lib.rs index 0cc4ab2..926c140 100644 --- a/py-hftbacktest/src/lib.rs +++ b/py-hftbacktest/src/lib.rs @@ -135,11 +135,11 @@ impl BacktestAsset { slf } - /// Sets the lower bound price of the `ROIVectorMarketDepth `_. + /// Sets the upper bound price of the `ROIVectorMarketDepth `_. /// Only valid if `ROIVectorMarketDepthBacktest` is built. /// /// Args: - /// roi_lb: the lower bound price of the range of interest. + /// roi_ub: the upper bound price of the range of interest. pub fn roi_ub(mut slf: PyRefMut, roi_ub: f64) -> PyRefMut { slf.roi_ub = roi_ub; slf