Type Definition agnostic_orderbook::state::Register[][src]

type Register<T> = Option<T>;
Expand description

The event queue register can hold arbitrary data returned by the AAOB. Currently only used to return OrderSummary objects.