vtse/vtse-common/src/operations.rs

5 lines
55 B
Rust

pub(crate) enum MarketOperation {
Buy,
Sell,
}