public VedMomList(string code, SingleValue v) { Code = code; _moments = v == null ? new List <Moment>() : v.ToMomList(); _pos = -1; }