Module exchange

Source
Expand description

Instructions for the exchange funtionality.

Re-exports§

pub use deposit::*;
pub use execute_deposit::*;
pub use execute_order::*;
pub use execute_shift::*;
pub use execute_withdrawal::*;
pub use order::*;
pub use position_cut::*;
pub use shift::*;
pub use update_adl::*;
pub use withdrawal::*;

Modules§

deposit
Deposit creation and cancellation.
execute_deposit
Execute Deposit.
execute_order
Execute Order.
execute_shift
Execute shift.
execute_withdrawal
Execute Withdrawal.
order
Order creation and cancellation.
position_cut
Position cut.
shift
Creation and cancellation for shift.
update_adl
Update ADL state.
withdrawal
Withdrawal creation and cancellation.