Expand description
Execution algorithms for algorithmic order placement.
Re-exports§
pub use iceberg::IcebergAlgorithm;pub use pegged::PeggedBestAlgorithm;pub use twap::TwapAlgorithm;pub use vwap::VwapAlgorithm;pub use sniper::SniperAlgorithm;pub use trailing_stop::TrailingStopAlgorithm;
Modules§
Structs§
- Child
Order Request - Represents a child order request from an execution algorithm.
Enums§
- Algo
Status - Current status of an execution algorithm.
- Child
Order Action - Actions generated by algorithms for managing their child orders.
Traits§
- Execution
Algorithm - Trait defining the behavior of an execution algorithm.