pub fn create_swap_within_batch_msg(
    swap_requester_address: String,
    pool_id: u64,
    swap_type_id: u32,
    offer_coin: Coin,
    demand_coin_denom: String,
    offer_coin_fee: Coin,
    order_price: Decimal
) -> CosmosMsg<CyberMsgWrapper>