Value high or low of the tick
@$pb.TagNumber(3) $core.bool get high => $_getBF(2);
@$pb.TagNumber(3) set high($core.bool v) { $_setBool(2, v); }