use crateChanceEvent;
use crateOrderEvent;
use ;
// TODO implement when all_taker_btc_usdt is done
/// Broker that accepts chances, then outputs actual orders based on other limiting factors
/// Gate Keeper
/// - Amount of money left in the account
/// - transaction formatted to tradeable digits
/// - 45 orders per 3 seconds
/// - 200 active order at once
pub async