vtse/vtse-common/src/operations.rs
2021-02-08 20:54:00 -05:00

5 lines
55 B
Rust

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