// Automatically created - do not modify - CSOFF ///CLOVER:OFF package com.opengamma.livedata.msg; public enum LiveDataSubscriptionResult { SUCCESS, NOT_PRESENT, NOT_AUTHORIZED, INTERNAL_ERROR; } ///CLOVER:ON - CSON