Cancel an existing subscription by passing the id returned in the subscribe call
Prevents future publish events from calling subscribers
A single issue subscription. Once the function for an order fires, it is automatically canceled
Determines if the order can be filled by the current issue
Signal a publish event to subscribers with the given content
Optionalcontent: TResumes calling subscribers on publish events
Specify an async function to fire on future publish events | id returned allows caller to cancel subscription
Coordinates async subscriber actions with publish events