Order

class quanttrader.order.order_manager.OrderManager(name='Global')

Manage/track all the orders

on_cancel(oid)

This proactively set order status to PENDING_CANCEL :param o: :return:

on_fill(fill_event)

on receive fill_event from broker

on_order_status(order_event)

on order status change from broker including canceled status

on_tick(tick_event)