扩展指标

This commit is contained in:
2026-07-09 05:08:16 +08:00
commit 308c46ab9a
537 changed files with 152299 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
//! Order execution simulation for RaptorBT.
pub mod fees;
pub mod fill;
pub mod slippage;
pub use fees::FeeModel;
pub use fill::{FillModel, FillPrice};
pub use slippage::SlippageModel;