単純に OrderSend で注文入れた後に
SendNotification を使えばいい気がする

int ticket=OrderSend(...);
if(ticket>=0) SendNotification(...);