pub type RouteOut = fn(msg: SettlementInstructions, session_id: SessionID) -> Result<(), MessageRejectErrorEnum>;Expand description
RouteOut is the callback type for routing SettlementInstructions messages.
pub type RouteOut = fn(msg: SettlementInstructions, session_id: SessionID) -> Result<(), MessageRejectErrorEnum>;RouteOut is the callback type for routing SettlementInstructions messages.