package sentio type MarketConnection int const ( SubscriptionGracefulStop MarketConnection = iota SubscriptionConnectionError SubscriptionUnexpectedError SubscriptionAuthenticated )