Update Order Hook

which hook is used to update the order information before creating an order?

basically i added a new field in order table and i want to populate that field before creating an order.

You should update the field after the order is created since you cannot know order ID before this action